remove btn-group:after
This commit is contained in:
parent
a584fa61b9
commit
1a4d32f876
@ -14,8 +14,10 @@
|
||||
<fieldset id="user-configurable">
|
||||
<legend>Change Configuration</legend>
|
||||
<div class="labels-inputs">
|
||||
<div id="labels"></div>
|
||||
<div id="inputs"></div>
|
||||
<div id="labels">
|
||||
</div>
|
||||
<div id="inputs">
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-group" id="form-actions">
|
||||
<button id="cancel">CANCEL</button>
|
||||
|
@ -60,12 +60,6 @@ p {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn-group:after {
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.btn-group button:hover {
|
||||
background-color: #008800;
|
||||
}
|
Loading…
Reference in New Issue
Block a user