Difference between revisions of "MediaWiki:Common.css"

From Utpalasia Wiki
Jump to navigation Jump to search
(width adjustment)
(width adjustment)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@media all and (max-width: 45em) {
+
@media all and (max-width: 40em) {
 
     body:after {
 
     body:after {
 
         content: 'smallscreen';
 
         content: 'smallscreen';

Revision as of 12:02, 7 April 2013

/* CSS placed here will be applied to all skins */

@media all and (max-width: 40em) {
    body:after {
        content: 'smallscreen';
        /*display: none;*/
    }
}