Move file index styles to gitbucket.css.

This commit is contained in:
takezoe
2013-06-20 14:18:49 +09:00
parent d15db8b19a
commit 6ee5ab283e
2 changed files with 15 additions and 12 deletions

View File

@@ -90,15 +90,3 @@ $(function(){
});
});
</script>
<style type="text/css">
ul#commit-file-list {
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
}
ul#commit-file-list li.border {
padding-bottom: 2px;
border-top: 1px solid #eeeeee;
}
</style>