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 No edit summary |
imported>Refractor No edit summary |
||
Line 14: | Line 14: | ||
} | } | ||
div.thumb { | li.gallerybox div.thumb img { | ||
display: block; | |||
margin: 0 auto; | |||
} | } |
Revision as of 02:19, 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;
}
li.gallerybox div.thumb img {
display: block;
margin: 0 auto;
}