From 6178ca58bbfed3370757dec1114d2fff17ae337a Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 27 Dec 2010 13:50:05 +0000 Subject: [PATCH] Make notes consistent throughout the docs # Note: This required a silly change in PhD, so mirrors do not have the proper # markup for this until we release new PhD version and regenerate the docs --- styles/doc.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/doc.css b/styles/doc.css index 454a286a3..80267a999 100644 --- a/styles/doc.css +++ b/styles/doc.css @@ -21,12 +21,12 @@ .docs div.warning, .docs div.tip, -.docs .notes blockquote { +.docs blockquote.note { padding: 10px 20px; margin: 1em 2em 1.3em; } -.docs .notes blockquote { +.docs blockquote.note { border-top: 3px solid #fff08a; background-color: #EFEFEF; } @@ -38,7 +38,7 @@ border-top: 3px solid #ff4d4d; background-color: #EFEFEF; } -.docs .notes blockquote, .docs div.warning, .docs div.tip { +.docs blockquote.note, .docs div.warning, .docs div.tip { font-size: 1em; margin-right: 0.8em; } @@ -91,6 +91,7 @@ .docs div.inicode, .docs div.lscode, .docs div.shellcode, +.docs div.HTTPcode, .docs .screen { border: 1px solid #E2E1D5; background-color: #EFEFEF;