mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
25 lines
298 B
CSS
25 lines
298 B
CSS
/* ZeroBin 0.19 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */
|
|
|
|
|
|
body {
|
|
padding: 70px 0 30px 0;
|
|
}
|
|
|
|
#deletelink {
|
|
float: right;
|
|
}
|
|
|
|
#pastelink {
|
|
display: inline;
|
|
}
|
|
|
|
#nickname {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.comment {
|
|
border-left: 1px solid #ccc;
|
|
padding: 5px 0 5px 5px;
|
|
white-space: pre-wrap;
|
|
}
|