fixed code styling on examples in docs site

This commit is contained in:
Brandon Mathis 2010-12-10 21:52:18 -06:00
parent 354beb965d
commit bc93883499
2 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
compass (0.11.alpha.3.7f7b3c5)
compass (0.11.alpha.4.354beb9)
chunky_png (~> 0.10.3)
sass (>= 3.1.0.alpha.50)

View File

@ -8,6 +8,11 @@ html.light #demo, html.dark #demo {
background: #fff;
margin-bottom: 1.2em;
padding: 40px;
code {
@include box-shadow(rgba(#000, .3) 0 1px 3px, rgba(#000, .15) 0 1px 0 0 inset);
background: #fff;
color: inherit;
}
}
#how {