Skip to content

Commit

Permalink
docs: fix admonition styling
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 9, 2016
1 parent 342ad64 commit 6d93887
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/_themes/cakephp/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
div.related {
background-color: #565656;
}
div.admonition {
border: none;
padding: 12px 10px 12px 60px;
}
div.note {
background: #fcf8e3;
}
.note code,
.warning code {
background-color: transparent;
}
.logo-cake img {
margin-bottom: 0;
margin-top: 11px;
Expand Down

0 comments on commit 6d93887

Please sign in to comment.