mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Merged and fixed burn after reading bug
This commit is contained in:
@@ -105,28 +105,29 @@ form {
|
||||
padding-right: 17px;
|
||||
}
|
||||
|
||||
|
||||
.btn-primary {
|
||||
position:relative;
|
||||
top:-4px;
|
||||
}
|
||||
|
||||
.paste-option-down {
|
||||
display:none;
|
||||
|
||||
.linenums{
|
||||
padding:1em 50px;
|
||||
}
|
||||
|
||||
ol.linenums li {
|
||||
line-height:14px;
|
||||
}
|
||||
|
||||
ol.linenums span:first-child {
|
||||
border-left: solid 1px #999;
|
||||
padding-left:1em;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
li.L0, li.L1, li.L2, li.L3, li.L4,
|
||||
li.L5, li.L6, li.L7, li.L8, li.L9
|
||||
{
|
||||
list-style-type: decimal;
|
||||
background:inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user