

Encyclopedia Dubuque
"Encyclopedia Dubuque is the online authority for all things Dubuque, written by the people who know the city best.”
Marshall Cohen—researcher and producer, CNN
Affiliated with the Local History Network of the State Historical Society of Iowa, and the Iowa Museum Association.
MediaWiki:Citizen.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→All CSS here will be loaded for users of the Citizen skin: →Widen Citizen's left vertical toolbar on desktop: @media screen and (min-width: 1000px) { :root.citizen-header-position-left { --header-size: 4.25rem; } }" |
No edit summary |
||
| Line 3: | Line 3: | ||
@media screen and (min-width: 1000px) { | @media screen and (min-width: 1000px) { | ||
:root.citizen-header-position-left { | :root.citizen-header-position-left { | ||
--header-size: | --header-size: 41.25rem; | ||
} | } | ||
} | } | ||
Revision as of 16:10, 6 May 2026
/* All CSS here will be loaded for users of the Citizen skin */
/* Widen Citizen's left vertical toolbar on desktop */
@media screen and (min-width: 1000px) {
:root.citizen-header-position-left {
--header-size: 41.25rem;
}
}