Fix css for warning_box include
This commit is contained in:
parent
35efeb8345
commit
30859e54b4
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue