1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

added previous pastes saving in localstorage

This commit is contained in:
max
2012-04-28 20:04:24 +07:00
parent 3c4cb53f69
commit a3bb45a419
3 changed files with 60 additions and 15 deletions

View File

@@ -68,12 +68,13 @@ p {
margin: 0 0 20px;
}
.nav-header {
font-size: 10px;
}
.form-options li{
float: left;
list-style-type: none;
float: left;
list-style-type: none;
}
form textarea {
@@ -106,13 +107,13 @@ form {
}
.btn-primary {
position:relative;
top:-4px;
position:relative;
top:-4px;
}
.linenums{
padding:1em 50px;
padding:1em 50px;
}
ol.linenums li {
@@ -122,7 +123,6 @@ ol.linenums li {
ol.linenums span:first-child {
border-left: solid 1px #999;
padding-left:1em;
}
li.L0, li.L1, li.L2, li.L3, li.L4,