修复样式bug

This commit is contained in:
Li Jianxuan 2011-10-31 10:00:42 +00:00
parent ab572da28b
commit d42c9978e9
1 changed files with 2 additions and 2 deletions

View File

@ -87,10 +87,10 @@ input.q{width:200px;}
#sidebar li.title{margin:0;padding:5px 40px;background-color:#ECA965;} #sidebar li.title{margin:0;padding:5px 40px;background-color:#ECA965;}
#leftnavi li{margin:5px 0 5px 20px;font-size:9pt;border:1px #93bee2 solid;background-color:#e8f4ff;width:100px;height:22px;padding-left:10px;} #leftnavi li{margin:5px 0 5px 20px;font-size:9pt;border:1px #93bee2 solid;background-color:#e8f4ff;width:100px;height:22px;padding-left:10px;}
form#search {margin-left:20px;margin-bottom:5px;} form#search {margin-left:20px;margin-bottom:5px;}
#mdlist{width:100%;} #mdlist{overflow:hidden;}
.thumbmd{float:left;height:300px;margin-left:10px;overflow:hidden;} .thumbmd{float:left;height:300px;margin-left:10px;overflow:hidden;}
.thumbtitle{width:200px;margin-top:10px;padding-top:10px;} .thumbtitle{width:200px;margin-top:10px;padding-top:10px;}
.thumbimg img{height:180px;overflow:hidden;} .thumbimg img{height:180px;overflow:hidden;}
hr{border: none 0;border-bottom:1px dashed #ccc;height: 1px;margin:0;padding:5px 0 5px 0;overflow:hidden;} hr{border: none 0;border-bottom:1px dashed #ccc;height: 1px;margin:0;padding:5px 0 5px 0;overflow:hidden;}
.clear{clear:both;} .clear{clear:both;}
.PageNavigation{text-indent: 5em;} .PageNavigation{text-indent: 5em; overflow:hidden;}