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

Skip to content

Commit 14b53c1

Browse files
authored
Merge pull request #3 from lwasylow/master
Updated extended coverage display to show blocks
2 parents bfdea5f + 3bce75d commit 14b53c1

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)