Added text-indent to p#description; ListPage description paragraph.

svn: r18676
This commit is contained in:
Rob G. Healey 2012-01-01 05:39:13 +00:00
parent 2490aecba5
commit 8c4d060ef2

View File

@ -140,9 +140,10 @@ p#description {
max-width: 800px; max-width: 800px;
margin: 0; margin: 0;
padding: 1em 20px; padding: 1em 20px;
text-indent: 30px;
} }
p#description:first-letter { p#description:first-letter {
color: purple; color: #903;
font-size: 36px; font-size: 36px;
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
@ -171,7 +172,7 @@ a {
} }
a:hover { a:hover {
background-color: #BCEAF6; background-color: #BCEAF6;
text-decoration: none; text-decoration: blink;
} }
span.preposition { span.preposition {
padding-left:1em; padding-left:1em;