User:Mepedia-test/common.css: Difference between revisions

From MEpedia, a crowd-sourced encyclopedia of ME and CFS science and history
(resize, reduce nested bullet)
(change ul bullet pos)
Line 10: Line 10:
     font-size: 90%;
     font-size: 90%;
   }
   }
  ul {
    padding-left: 0.25em;
    }
   ol {
   ol {
     margin-left: 2em;
     margin-left: 2em;
   }
   }
}
}

Revision as of 20:20, February 23, 2020

/* Mobiles and tablets - dismissable site notice
- remove large gap on left to reduce the space it takes up plus shrink top and bottom margins 
and reduce left margin on numbered lists
*/
@media (max-width: 768px) {
   .sitedir-ltr .mw-dismissable-notice-body {
  margin: 2px 4.5em 2px 0.5em;
}
   .mw-dismissable-notice {
     font-size: 90%;
   }
   ul { 
     padding-left: 0.25em;
    }
   ol {
    margin-left: 2em;
   }
}