Fix css for warning_box include

This commit is contained in:
Benjamin Neff 2017-09-12 01:01:34 +02:00
parent 35efeb8345
commit 30859e54b4
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -48,6 +48,10 @@ body {
}
}
.panel-body p:last-child {
margin-bottom: 0;
}
/**
* Based on the Twitter Bootstrap .table styles. See
* https://github.com/twbs/bootstrap/blob/master/less/tables.less