Difference between revisions of "MediaWiki:Common.css"

Line 6: Line 6:
  
 
#menu ul{
 
#menu ul{
    text-align: justify;
+
 
 
     width: 500px;
 
     width: 500px;
 
}
 
}

Revision as of 16:30, 3 March 2016

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

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

#menu ul{

    width: 500px;
}
#menu:after {
    content: '';
    display: inline-block;
    width: 100%;
}
#menu li {
    display: inline-block;
    width: 90px;
}