fix browse file css

This commit is contained in:
randx 2012-09-03 22:57:34 +03:00
parent f557686eb2
commit 5db2dbdcf1
2 changed files with 12 additions and 3 deletions

View file

@ -9,7 +9,7 @@
.file_title {
border-bottom: 1px solid #bbb;
@include bg-gray-gradient;
@include bg-dark-gray-gradient;
margin: 0;
font-weight: normal;
font-weight: bold;

View file

@ -1,12 +1,21 @@
table.highlighttable
{
table.highlighttable {
margin:0px;
padding:0px;
font-size:12px;
table-layout:fixed;
background: #EEE;
box-shadow: none;
border: none;
td.linenos {
background:#eee;
border-left:none;
}
td.code {
border-right:none;
}
}
td.code,
td.linenos{
padding:0;