optimized bootstrap comment layout

This commit is contained in:
Simon Rupf 2015-08-23 15:49:51 +02:00 committed by El RIDO
parent b299a6e03e
commit a34cc562e1
4 changed files with 33 additions and 12 deletions

24
css/bootstrap/zerobin.css Normal file
View 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;
}