Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
imported>Refractor Replaced content with "→CSS placed here will affect users of the mobile site: /* Note from Refractor: * MobileFrontend does NOT need ambox styles or such (the skin has its own implementati..." |
imported>Refractor No edit summary |
||
Line 12: | Line 12: | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
margin: 2px; | margin: 2px; | ||
} | |||
div.thumb { | |||
margin-bottom: 0.5em; | |||
width: auto; | |||
background-color: transparent; | |||
} | } |
Revision as of 02:18, 22 April 2015
/* CSS placed here will affect users of the mobile site */
/* Note from Refractor:
* MobileFrontend does NOT need ambox styles or such (the skin has its own implementation)
* Some styles DO need copying from Common.css.
*/
li.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
background-color: #f9f9f9;
margin: 2px;
}
div.thumb {
margin-bottom: 0.5em;
width: auto;
background-color: transparent;
}