diff --git a/htdocs/css/heihemdview.css b/htdocs/css/heihemdview.css index fbb42e84..9fb5c1f5 100644 --- a/htdocs/css/heihemdview.css +++ b/htdocs/css/heihemdview.css @@ -31,7 +31,7 @@ li {white-space:nowrap;} #cite ol{text-indent:0em;} #cite ul li{background: url(/images/square.gif) no-repeat left center;padding-left:10px;float:left;list-style-type:none;margin:0;margin-left:15px;*padding-right:12px;text-indent:0;} /*ie7-hack*/ -#cite ol li{text-indent:0em;white-space:normal;*margin-right:15px;} +#cite ol li{margin-left:2em;list-style:decimal;text-indent:0em;white-space:normal;*margin-right:15px;} #right h2 {margin:0;padding:5px 0 5px 15px;} #authors {margin:0;text-align:left;width:300px;} #authors ul {margin:0;padding:0;} @@ -104,4 +104,7 @@ img{border:0px;} #todownload .closeox{position: absolute;right: 0;top: 0;} #todownload input{width:300px;} #todownload textarea{width:400px;height:200px;} -#todownload input.btn{width:100px;} +#todownload input.btn{width:100px;} +#abstract p { line-height: 24px; margin: 10px 0;} +ol li{margin-left:20px;list-style:decimal;} +#file-list li{list-style:none;} \ No newline at end of file diff --git a/htdocs/css/watermdview.css b/htdocs/css/watermdview.css index ad3dae76..26d0c28d 100644 --- a/htdocs/css/watermdview.css +++ b/htdocs/css/watermdview.css @@ -31,7 +31,7 @@ li {white-space:nowrap;} #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;margin:0;margin-left:15px;*padding-right:12px;line-height:24px;} /*ie7-hack*/ -#cite ol li{text-indent:0em;clear:both;white-space:normal;*margin-right:15px;} +#cite ol li{margin-left:2em;list-style:decimal;text-indent:0em;clear:both;white-space:normal;*margin-right:15px;} #right h2 {margin:0;padding:5px 0 5px 15px;} h2{clear:both;} #authors {margin:0;text-align:left;width:300px;} @@ -105,4 +105,6 @@ img{border:0px;} #todownload input{width:300px;} #todownload textarea{width:400px;height:200px;} #todownload input.btn{width:100px;} -.strong {font:20px bold;color:red;} +.strong {font:20px bold;color:red;} +ol li{margin-left:20px;list-style:decimal;} +#file-list li{list-style:none;}