paste.chapril.org-privatebin/css/bootstrap/zerobin.css

40 lines
521 B
CSS
Raw Normal View History

2015-09-03 22:22:59 +02:00
/* ZeroBin 0.20 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */
2015-08-23 15:49:51 +02:00
body {
padding: 70px 0 30px 0;
}
#deletelink {
float: right;
}
#pastelink {
display: inline;
}
#message {
font-family: monospace;
}
2015-08-23 15:49:51 +02:00
#nickname {
margin: 5px 0;
}
#comments, #comments button {
margin-bottom: 10px;
}
2015-08-23 15:49:51 +02:00
.comment {
border-left: 1px solid #ccc;
padding: 5px 0 5px 10px;
2015-08-23 15:49:51 +02:00
white-space: pre-wrap;
}
footer h4 {
margin-top: 0;
}
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
list-style-type: decimal !important;
}