Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix guides' warning bottom padding
  • Loading branch information
goshacmd committed Jan 5, 2013
1 parent 9665f5e commit 76ab8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/assets/stylesheets/main.css
Expand Up @@ -573,7 +573,7 @@ h6 {
#mainCol div.warning, #subCol dd.warning {
background: #f9d9d8 url(../images/tab_red.gif) no-repeat left top;
border: none;
padding: 1.25em 1.25em 1.25em 48px;
padding: 1.25em 1.25em 0.25em 48px;
margin-left: 0;
margin-top: 0.25em;
}
Expand Down

0 comments on commit 76ab8be

Please sign in to comment.