small manual updates

This commit is contained in:
AJ Kelly
2011-09-14 22:49:28 -05:00
parent d285c80a72
commit 2ebdc56963
3 changed files with 44 additions and 16 deletions
+26
View File
@@ -52,6 +52,25 @@ table {
border-spacing: 0;
}
/** end reset css *************************************************************/
body{
line-height: normal;
}
ul {
list-style: disc;
}
h1{
font-size:2em;
}
h2{
font-size:1.5em;
}
h3{
font-size:1.25em;
}
a:hover{
color: #F80;
@@ -96,4 +115,11 @@ ol.tocList{
margin-left:auto;
margin-right:auto;
text-align:center;
}
#footer{
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}