修复侧边栏bug

This commit is contained in:
nieguanghui 2014-01-24 15:45:13 +08:00
parent 9d031819b8
commit a850cc8a04
2 changed files with 4 additions and 6 deletions

View File

@ -17,12 +17,7 @@
} }
} }
</script> </script>
<style>
.forum-topic li{
float: left;
}
</style>
<script type="text/javascript"> <script type="text/javascript">
(function (){ (function (){

View File

@ -370,3 +370,6 @@ a.attachments_list_color {
border:none; border:none;
} }
.forum-topic li{
float: left;
}