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