(Created page with "→All CSS here will be loaded for users of the Citizen skin: #citizen-section-collapsible-0 { float: right; }") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
/* Fix for Infoboxes not correctly floating to the right */ | |||
.citizen-table-wrapper { | |||
overflow-x: unset; | |||
} | } |