MediaWiki:Common.css: Difference between revisions

From RevSpace
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-status { text-align: center; font-size: smaller; }")
 
mNo edit summary
Line 2: Line 2:


#p-status {
#p-status {
    width: 80%;
    border: 2px inset;
    padding: 2px;
     text-align: center;
     text-align: center;
     font-size: smaller;
     font-size: smaller;
}
}

Revision as of 21:07, 3 October 2011

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

#p-status {
    width: 80%;
    border: 2px inset;
    padding: 2px;
    text-align: center;
    font-size: smaller;
}