client/css: improve error messages under comments
This commit is contained in:
parent
5200f834f7
commit
aac0ce6ee4
1 changed files with 5 additions and 1 deletions
|
@ -37,6 +37,11 @@
|
|||
form
|
||||
width: auto
|
||||
margin: 0
|
||||
&:after
|
||||
display: block
|
||||
height: 1px
|
||||
content: ' '
|
||||
clear: both
|
||||
|
||||
nav
|
||||
vertical-align: middle !important
|
||||
|
@ -48,7 +53,6 @@
|
|||
margin-top: 0.3em !important
|
||||
|
||||
|
||||
|
||||
.comment
|
||||
margin: 0 0 1em 0
|
||||
padding: 0
|
||||
|
|
Loading…
Reference in a new issue