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 { .file_title {
border-bottom: 1px solid #bbb; border-bottom: 1px solid #bbb;
@include bg-gray-gradient; @include bg-dark-gray-gradient;
margin: 0; margin: 0;
font-weight: normal; font-weight: normal;
font-weight: bold; font-weight: bold;

View file

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