optimized bootstrap comment layout
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user