Minor style tweaks

This commit is contained in:
Will Rossiter 2014-09-28 13:34:49 +13:00
parent 0dc0ff1ea5
commit dfaa28950a
2 changed files with 11 additions and 3 deletions

View File

@ -371,15 +371,23 @@ html {
line-height: 27px;
}
.hint p,
.note p,
.notice p,
.warning p,
.info p {
margin-bottom: 0;
}
.pageSkip {
background-color: #f9fafa;
border: 1px solid #a5b5b0;
text-align: center;
}
.notice {
.notice,
.note {
border-color: #D3C200;
background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 11px;
background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 18px;
}
.warning {

View File

@ -74,7 +74,7 @@ ul {
li, dd, li p {
font-size: 13px;
margin: 0 0 15px 0;
margin: 0 0 10px 0;
line-height: 20px;
}