Added text-indent to p#description; ListPage description paragraph.
svn: r18676
This commit is contained in:
parent
2490aecba5
commit
8c4d060ef2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user