Removed an useless CSS class and added styles for <hr>

This commit is contained in:
Javier Eguiluz 2015-07-30 15:15:53 +02:00
parent 5070861326
commit 22f6bc5003

View File

@ -95,9 +95,9 @@
display: table;
z-index: 99999;
}
.sf-toolbar-block .sf-toolbar-info-piece-group {
.sf-toolbar-block hr {
border-top: 1px solid #777;
margin-top: 4px;
margin: 4px 0;
padding-top: 4px;
}
.sf-toolbar-block .sf-toolbar-info-piece {