recompile css

it had fallen out of sync with updated bootstrap
This commit is contained in:
Min RK 2015-01-04 12:13:50 -08:00
parent ffaa09492a
commit c9c6b8d8a2
2 changed files with 2848 additions and 2302 deletions

View File

@ -6,6 +6,7 @@
.modal.fade .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
code {
@ -1465,6 +1466,7 @@ h6:hover .anchor-link {
}
.widget-combo-btn {
/* ComboBox Main Button */
/* Subtract 25px to account for the drop arrow button */
min-width: 125px;
}
.widget_item .dropdown-menu li a {

File diff suppressed because it is too large Load Diff