Normalize text-align and line-height for p and li html tags

This commit is contained in:
Saivann 2013-08-13 13:18:22 -04:00
parent 9fbe38d998
commit bf6e80a55e

View file

@ -74,7 +74,7 @@ ul ul{
}
li{
padding:5px 0px;
text-align:left;
line-height:1.5em;
}
li p{
margin:0px;
@ -1430,6 +1430,7 @@ body.old .resourcesold ul{
}
body.old .resourcesold li{
padding-top:6px;
text-align:left;
}
body.old .resourcesold a,
body.old .resourcesold a:link,