mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
Move file index styles to gitbucket.css.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -82,6 +82,10 @@ table.table-file-list td.latest-commmit {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
table.table {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
table.table th {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
@@ -191,6 +195,17 @@ hr {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
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 #eee;
|
||||
}
|
||||
|
||||
ul.collaborator {
|
||||
list-style-type: none;
|
||||
margin-left: 0px;
|
||||
|
||||
Reference in New Issue
Block a user