Skip to content

Commit

Permalink
Merge pull request #848 from rmunson/master
Browse files Browse the repository at this point in the history
Some rules in mocha.css seem too broad.
  • Loading branch information
tj committed May 16, 2013
2 parents 86c3be2 + be8cd37 commit beb7795
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions mocha.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@charset "utf-8";

body {
margin:0;
}
#mocha {
font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 60px 50px;
margin: 60px 50px;
}

#mocha ul, #mocha li {
Expand Down Expand Up @@ -38,7 +40,7 @@ body {
font-size: .8em;
}

.hidden {
#mocha .hidden {
display: none;
}

Expand Down Expand Up @@ -229,18 +231,18 @@ body {
height: 40px;
}

code .comment { color: #ddd }
code .init { color: #2F6FAD }
code .string { color: #5890AD }
code .keyword { color: #8A6343 }
code .number { color: #2F6FAD }
#mocha code .comment { color: #ddd }
#mocha code .init { color: #2F6FAD }
#mocha code .string { color: #5890AD }
#mocha code .keyword { color: #8A6343 }
#mocha code .number { color: #2F6FAD }

@media screen and (max-device-width: 480px) {
body {
padding: 60px 0px;
#mocha {
margin: 60px 0px;
}

#stats {
#mocha #stats {
position: absolute;
}
}

0 comments on commit beb7795

Please sign in to comment.