fix browse file css
This commit is contained in:
parent
f557686eb2
commit
5db2dbdcf1
|
@ -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;
|
||||||
|
|
|
@ -1,12 +1,21 @@
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue