mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
optimized bootstrap comment layout
This commit is contained in:
parent
b299a6e03e
commit
a34cc562e1
4 changed files with 33 additions and 12 deletions
24
css/bootstrap/zerobin.css
Normal file
24
css/bootstrap/zerobin.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue