diff --git a/css/layout.css b/css/layout.css index ec4cece..22c2768 100644 --- a/css/layout.css +++ b/css/layout.css @@ -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 { diff --git a/css/typography.css b/css/typography.css index 53f54c2..8dc3c64 100644 --- a/css/typography.css +++ b/css/typography.css @@ -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; }