Skip to content

Commit

Permalink
highlight tips and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
avalanche123 committed Oct 23, 2011
1 parent ebd5771 commit 4b0f3fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/_themes/imagine/static/imagine.css_t
Expand Up @@ -201,4 +201,12 @@ a { color: #004B6B; text-decoration: underline; }
dl dt em { font-weight: bold; }
dl dd { margin-left: 3em; }
ul, ol, dl { padding-left: 1em; }
table tr td ul { padding-left: 0; }
table tr td ul { padding-left: 0; }

# div.admonition:before, div.admonition:after { display: table; content: ""; zoom: 1; *display: inline; }
# div.admonition:after { clear: both; }
div.admonition { padding: 0.5em; margin-bottom: 14px; }
div.admonition p { margin-bottom: 0; }
div.admonition p.admonition-title { display: inline; padding: 1px 3px 2px; background-color: #bfbfbf; font-size: 0.85em; font-weight: bold; color: #ffffff; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; float: left; margin-right: 1em; }
div.admonition.tip p.admonition-title { background-color: #46a546; }
div.admonition.note p.admonition-title { background-color: #f89406; }

0 comments on commit 4b0f3fa

Please sign in to comment.