Don't let test view interfere with normal body styles.

This commit is contained in:
Nick Winter 2014-07-16 10:00:09 -07:00
parent bb3c583300
commit 855461a67e
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
#test-view
background-color: #eee
margin: 0 20px
padding: 0
h2
background: #add8e6
@ -11,4 +13,4 @@
width: 78%
#test-nav
width: 20%
width: 20%

View file

@ -20,3 +20,5 @@ ol.breadcrumb
span.spl= child.name
if child.type == 'folder'
strong (#{child.size})
.clearfix

View file

@ -1,5 +1,3 @@
body { background-color: #eeeeee; padding: 0; margin: 5px; overflow-y: scroll; }
.html-reporter { font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333333; }
.html-reporter a { text-decoration: none; }
.html-reporter a:hover { text-decoration: underline; }