Skip to content
Snippets Groups Projects
Commit 5db2dbdc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix browse file css

parent f557686e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment