Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bce75d

Browse files
committed
Updated extended coverage display to show blocks
1 parent ac9b97b commit 3bce75d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

assets/application.css

+15
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,21 @@ td {
748748
text-align: center;
749749
border-radius: 6px; }
750750

751+
.source_table pre .blocks {
752+
float: right;
753+
margin-left: 10px;
754+
padding: 2px 4px;
755+
background-color: #444444;
756+
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222222), to(#666666));
757+
background: -moz-linear-gradient(#222222, #666666);
758+
background: linear-gradient(#222222, #666666);
759+
color: white;
760+
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
761+
font-size: 10px;
762+
font-weight: bold;
763+
text-align: center;
764+
border-radius: 6px; }
765+
751766
#footer {
752767
color: #dddddd;
753768
font-size: 12px;

0 commit comments

Comments
 (0)