assets/stylesheets/screen.css.sass in simplecov-html-0.11.0 vs assets/stylesheets/screen.css.sass in simplecov-html-0.12.0

- old
+ new

@@ -99,10 +99,15 @@ background: linear-gradient(white, #dddddd) .file_list margin-bottom: 18px +.file_list--responsive + overflow-x: auto + // not the nicest fix for the y scrollbar coming up, but workable :shrug: + overflow-y: hidden + a.src_link background: url('./magnify.png') no-repeat left 50% padding-left: 18px tr, td @@ -119,10 +124,13 @@ td padding: 4px 8px &.strong font-weight: bold +.cell--number + text-align: right + .source_table h3, h4 padding: 0 margin: 0 margin-bottom: 4px @@ -189,10 +197,15 @@ .yellow color: #da0 .blue color: blue +// Overriding the css reset +thead + th + background: white + .source_table .covered border-color: #090 .missed border-color: #900 @@ -224,6 +237,6 @@ background-color: #FBFfCf .missed-branch &:nth-child(odd) background-color: #cc8e8e &:nth-child(even) - background-color: #cc6e6e \ No newline at end of file + background-color: #cc6e6e