mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Don't let test view interfere with normal body styles.
This commit is contained in:
parent
bb3c583300
commit
855461a67e
3 changed files with 5 additions and 3 deletions
|
@ -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%
|
||||
|
|
|
@ -20,3 +20,5 @@ ol.breadcrumb
|
|||
span.spl= child.name
|
||||
if child.type == 'folder'
|
||||
strong (#{child.size})
|
||||
|
||||
.clearfix
|
2
vendor/styles/jasmine.css
vendored
2
vendor/styles/jasmine.css
vendored
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue