1
0
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:
sam
2012-04-28 18:10:29 +07:00
parent 9f4fd6b711
commit 4206630fb0
10 changed files with 176 additions and 73 deletions

View File

@@ -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;
}