File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
ReportGenerator.Core/Reporting/Builders/Rendering/resources Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ th { text-align: left; }
2929ansi
3030.overview thead th { background-color : # fff ; }
3131.overview th a { color : # 000 ; }
32- .overview tr .namespace a { margin-left : 15px ; }
32+ .overview tr .namespace a { margin-left : 15px ; display : block; }
3333.overview td { border : solid 1px # c1c1c1 ; border-collapse : collapse; padding : 5px 4px 5px 4px ; }
3434.overview tr : hover { background : # f4f4f4 }
3535div .currenthistory { margin : -2px -5px 0 -5px ; padding : 5px 4px 5px 4px ; height : 16px ; }
@@ -145,6 +145,7 @@ div.currenthistory { margin: -2px -5px 0 -5px; padding: 5px 4px 5px 4px; height:
145145.column105 { width : 105px ; }
146146.column112 { width : 112px ; }
147147.column135 { width : 135px ; }
148+ .column150 { width : 150px ; }
148149
149150.covered0 { width : 0px ; }
150151.covered1 { width : 1px ; }
Original file line number Diff line number Diff line change 2222
2323 <!-- Version, adjust before build -->
2424 <PropertyGroup >
25- <Version >4.0.5-rc4 </Version >
26- <VersionShort >4.0.5-rc4 </VersionShort >
25+ <Version >4.0.5.0 </Version >
26+ <VersionShort >4.0.5</VersionShort >
2727 </PropertyGroup >
2828
2929 <!-- Tools -->
You can’t perform that action at this time.
0 commit comments