MediaWiki:Common.css: Difference between revisions

From RevSpace
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 3: Line 3:
#p-status {
#p-status {
     width: 80%;
     width: 80%;
    border: 2px inset;
     margin: auto;
     margin: auto;
     margin-bottom: 1ex;
     margin-bottom: 1em;
    padding: 2px;
     text-align: center;
     text-align: center;
     font-size: smaller;
     font-size: smaller;
}
}

Revision as of 21:11, 3 October 2011

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

#p-status {
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
    text-align: center;
    font-size: smaller;
}