Commit 5db2dbdc authored by randx's avatar randx

fix browse file css

parent f557686e
...@@ -9,7 +9,7 @@ ...@@ -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;
......
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{
padding:0; padding:0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment