Editing Module:Sidebar/styles.css
Appearance
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 10: | Line 10: | ||
/* @noflip */ | /* @noflip */ | ||
margin: 0.5em 0 1em 1em; | margin: 0.5em 0 1em 1em; | ||
background: | background: #f8f9fa; | ||
border: 1px solid | border: 1px solid #aaa; | ||
padding: 0.2em; | padding: 0.2em; | ||
text-align: center; | text-align: center; | ||
Line 93: | Line 93: | ||
font-size: 145%; | font-size: 145%; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
} | } | ||
Line 148: | Line 144: | ||
} | } | ||
@media (max-width: | @media (max-width: 720px) { | ||
/* users have wide latitude to set arbitrary width and margin :( | /* users have wide latitude to set arbitrary width and margin :( | ||
"Super-specific" selector to prevent overriding this appearance by | "Super-specific" selector to prevent overriding this appearance by | ||
Line 163: | Line 159: | ||
* query. | * query. | ||
*/ | */ | ||
} | } |