Fix imports
This commit is contained in:
parent
70d9e8b569
commit
252ec8960e
|
@ -1,4 +1,6 @@
|
|||
@import url('css/theme.css');
|
||||
/* == BUTTONS */ @import url('css/buttons.css');
|
||||
/* = TABBED CONTAINERS */ @import url('css/tabbed-container.css');
|
||||
|
||||
/* Prevent automatic browser scaling and non-linear rendering */
|
||||
.pixel,
|
||||
|
@ -140,9 +142,6 @@ body > div.overlay .dialog table:not(.titlebox) {
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
/* = TABBED CONTAINERS */
|
||||
@import url('css/tabbed-container.css');
|
||||
|
||||
/* == MAIN BODY */
|
||||
|
||||
body {
|
||||
|
@ -541,10 +540,6 @@ nav.top.alert p {
|
|||
nav.top div.slideout.account:not(.active) .dropdown .username .mycon { margin: 2px; }
|
||||
}
|
||||
|
||||
/* == BUTTONS */
|
||||
|
||||
@import('css/buttons.css');
|
||||
|
||||
/* == HEADING/HEADER */
|
||||
|
||||
.header {
|
||||
|
|
Loading…
Reference in New Issue
Block a user