Skip to content

Commit

Permalink
Merge pull request #635 from jgeewax/634-admonition-formatting
Browse files Browse the repository at this point in the history
Fixed #634 - Formatting on admonitions looked off.
  • Loading branch information
dhermes committed Feb 13, 2015
2 parents cfe477c + b78d161 commit 7c5ffd9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/_static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -596,19 +596,28 @@ h2, h3 {
/* Docs Content
========================================================================== */

.admonition-title {
background-color: #e5ecf9;
padding: 8px;
}

.admonition {
background-color: #f8f8f8;
}

.admonition p.admonition-title {
background-color: #e5ecf9;
font-weight: bold;
padding: 8px;
}

.admonition pre {
background-color: #eeeeee !important;
}

.admonition p {
padding: 0 8px;
}

.admonition .last {
padding-bottom: 8px;
}

.docs-header {
position: relative;
padding: 7em 2em 4em;
Expand Down

0 comments on commit 7c5ffd9

Please sign in to comment.