From 8c4d060ef256ab1018004598a587cadf352ea48d Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sun, 1 Jan 2012 05:39:13 +0000 Subject: [PATCH] Added text-indent to p#description; ListPage description paragraph. svn: r18676 --- src/plugins/webstuff/css/Web_Basic-Blue.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/plugins/webstuff/css/Web_Basic-Blue.css b/src/plugins/webstuff/css/Web_Basic-Blue.css index 25b1ca430..02ab84604 100644 --- a/src/plugins/webstuff/css/Web_Basic-Blue.css +++ b/src/plugins/webstuff/css/Web_Basic-Blue.css @@ -137,12 +137,13 @@ h5, h6 { margin:1.3em 0 .5em 1em; } p#description { - max-width:800px; - margin:0; - padding:1em 20px; + max-width: 800px; + margin: 0; + padding: 1em 20px; + text-indent: 30px; } p#description:first-letter { - color: purple; + color: #903; font-size: 36px; font-weight: bold; font-style: italic; @@ -171,7 +172,7 @@ a { } a:hover { background-color: #BCEAF6; - text-decoration: none; + text-decoration: blink; } span.preposition { padding-left:1em;