X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=templates%2Fstyle.tpl.css;fp=templates%2Fstyle.tpl.css;h=2f9d6b593b32640ff239484539f5e3ddf3f2f06f;hp=d1688cada0c44941c3b1b44fe9ad75c529b3454c;hb=802d0b0599093a6c5b30f946cd45c9ed7ebd4833;hpb=eda0b06c5328e232e12e0535528a528493caa90a diff --git a/templates/style.tpl.css b/templates/style.tpl.css index d1688ca..2f9d6b5 100644 --- a/templates/style.tpl.css +++ b/templates/style.tpl.css @@ -5,7 +5,8 @@ body { font-size: 0.9em; margin: 0; padding: 0; -} +} + h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', Times, serif; } @@ -16,6 +17,22 @@ header { float: left; text-align: center; } +.doclisttable { + width: 100%; + text-align: left; +} + +.doclisttable thead { + font-weight: bold; +} + +.doclisttable tbody { + color: #3f3f3f; +} + +.doclisttable td { + padding:0.2em; +} .inlinelist { display: inline-block;