Difference between revisions of "MediaWiki:Common.css"

From Bharatpedia
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: #footer ul { text-align: center; }")
 
Line 2: Line 2:
#footer ul {
#footer ul {
   text-align: center;
   text-align: center;
}
.dropup {
    display: inline-block;
    padding: 9px;
}
}

Revision as of 17:19, 9 April 2022

/* CSS placed here will be applied to all skins */
#footer ul {
   text-align: center;
}
.dropup {
    display: inline-block;
    padding: 9px;
}