MediaWiki:Mobile.css
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the mobile site: .wb_btn { background-color: #eee; border: 2px #ccc solid; padding: 15px; font-weight: bold; font-size: 120%; }") |
No edit summary |
||
Line 6: | Line 6: | ||
padding: 15px; | padding: 15px; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 120%; | |||
} | |||
big { | |||
font-size: 120%; | font-size: 120%; | ||
} | } |
Latest revision as of 21:13, 5 October 2023
/* All CSS here will be loaded for users of the mobile site */
.wb_btn {
background-color: #eee;
border: 2px #ccc solid;
padding: 15px;
font-weight: bold;
font-size: 120%;
}
big {
font-size: 120%;
}