Apply line-height only for the page content

This commit is contained in:
Saivann 2013-08-13 13:38:11 -04:00
parent bf6e80a55e
commit 0482d42ab7

View file

@ -28,9 +28,6 @@ h3{
font-size:110%;
text-align:left;
}
p {
line-height:1.5em;
}
a:link,
a:visited,
a:active{
@ -74,7 +71,6 @@ ul ul{
}
li{
padding:5px 0px;
line-height:1.5em;
}
li p{
margin:0px;
@ -322,6 +318,9 @@ li p{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
#content p,#content li{
line-height:1.5em;
}
#footer{
position:relative;