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

@ -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;