PrivateBin/css/bootstrap/zerobin.css

33 lines
361 B
CSS
Raw Normal View History

2015-09-04 04:22:59 +08:00
/* ZeroBin 0.20 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */
2015-08-23 21:49:51 +08:00
body {
padding: 70px 0 30px 0;
}
#deletelink {
float: right;
}
#pastelink {
display: inline;
}
#message {
font-family: monospace;
}
2015-08-23 21:49:51 +08:00
#nickname {
margin: 5px 0;
}
.comment {
border-left: 1px solid #ccc;
padding: 5px 0 5px 5px;
white-space: pre-wrap;
}
h4 {
margin-top: 0;
}