Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Cleanup styling on .example divs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolber committed May 18, 2010
1 parent 49114e1 commit 5a887ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/css/master.css
Expand Up @@ -71,6 +71,9 @@ strong.rfc2119 { font-size: 0.8em; letter-spacing: 0.1; text-transform: uppercas

a.internalDFN { color: #366; border: 0px; }

div.example, div.illegal-example, div.html, div.illegal-html, div.xml, div.illegal-xml, pre.example, pre.illegal-example, pre.html, pre.illegal-html, pre.xml, pre.illegal-xml { background: transparent; border: 1px solid #9cc; }
div.example:before { color: #fff; background: #7bb; padding: 0.5em; width: auto; background: #7BB; border: 0px; top: -1em; }

/* Mobile (iPhone) */
@media all and (max-device-width: 480px) {
body { margin: 0 3em; font-size: 200%; }
Expand Down

0 comments on commit 5a887ff

Please sign in to comment.