Difference between revisions of "MediaWiki:Common.css"
From NoSQLZoo
Line 4: | Line 4: | ||
background: white; | background: white; | ||
border: solid thin black; | border: solid thin black; | ||
− | margin: | + | margin: 1% 0%; |
− | padding: | + | padding: 1%; |
} | } |
Revision as of 15:35, 9 July 2015
/* CSS placed here will be applied to all skins */
.q .ans {display: none;}
.q .res {
background: white;
border: solid thin black;
margin: 1% 0%;
padding: 1%;
}