From dfaa28950a5841bfc0646153f849fda463a0fdc6 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sun, 28 Sep 2014 13:34:49 +1300 Subject: [PATCH] Minor style tweaks --- css/layout.css | 12 ++++++++++-- css/typography.css | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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; }