MediaWiki: Common.css

No edit summary
No edit summary
Line 4: Line 4:
         height:50px;
         height:50px;
         width:400px;
         width:400px;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
border:1px solid #AAAAAA;
padding:0.2em;
}
}

Revision as of 07:01, 26 November 2008

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

textarea#wpBio {
        height:50px;
        width:400px;
}


table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
border:1px solid #AAAAAA;
padding:0.2em;
}
Discuss this page