Difference between revisions of "MediaWiki:Common.css"

From RevSpace
Jump to navigation Jump to search
m
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 22: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;
}