处理文件列表及参考文献ol的css

This commit is contained in:
wlx 2011-10-26 15:00:17 +00:00
parent c8dbe891b5
commit 23fded09d6
2 changed files with 9 additions and 4 deletions

View File

@ -31,7 +31,7 @@ li {white-space:nowrap;}
#cite ol{text-indent:0em;} #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;} #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*/ /*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;} #right h2 {margin:0;padding:5px 0 5px 15px;}
#authors {margin:0;text-align:left;width:300px;} #authors {margin:0;text-align:left;width:300px;}
#authors ul {margin:0;padding:0;} #authors ul {margin:0;padding:0;}
@ -104,4 +104,7 @@ img{border:0px;}
#todownload .closeox{position: absolute;right: 0;top: 0;} #todownload .closeox{position: absolute;right: 0;top: 0;}
#todownload input{width:300px;} #todownload input{width:300px;}
#todownload textarea{width:400px;height:200px;} #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;}

View File

@ -31,7 +31,7 @@ li {white-space:nowrap;}
#cite ol{text-indent:0em;clear:both;} #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;} #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*/ /*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;} #right h2 {margin:0;padding:5px 0 5px 15px;}
h2{clear:both;} h2{clear:both;}
#authors {margin:0;text-align:left;width:300px;} #authors {margin:0;text-align:left;width:300px;}
@ -105,4 +105,6 @@ img{border:0px;}
#todownload input{width:300px;} #todownload input{width:300px;}
#todownload textarea{width:400px;height:200px;} #todownload textarea{width:400px;height:200px;}
#todownload input.btn{width:100px;} #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;}