diff --git a/htdocs/css/mdview.css b/htdocs/css/mdview.css index a9eb7e1a..5dafedd6 100755 --- a/htdocs/css/mdview.css +++ b/htdocs/css/mdview.css @@ -24,7 +24,10 @@ li {white-space:nowrap;} #cite{float:left;text-indent:2em;} #cite p{width:98%;} #cite ul{text-indent:0em;} -#cite li{background: url(/images/square.gif) no-repeat left center;padding-left:10px;float:left;list-style-type:none;} +#cite ol{text-indent:0em;clear:both;} +#cite ul li{background: url(/images/square.gif) no-repeat left center;padding-left:10px;float:left;list-style-type:none;} +#cite ol li{text-indent:0em;clear:both;white-space:normal;} +h2 {clear:both;} #authors {border:1px solid #CCCCCC;margin:0px;padding-left:5px;float:right;text-align:left;width:250px;background:#f6f6f6;} #authors ul {margin:0;padding:0;}