Difference between revisions of "MediaWiki:Common.css"

Line 6: Line 6:
  
 
#menu ul{
 
#menu ul{
     text-align: justify;
+
      
    width: 900px;
 
 
     font-weight: 900;
 
     font-weight: 900;
 
};
 
};
 +
 +
#menu li {
 +
    display: inline-block;
 +
}

Revision as of 16:32, 3 March 2016

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

#ca-talk {
    display: none !important;
}

#menu ul{
    
    font-weight: 900;
};

#menu li {
    display: inline-block;
}