Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Difference between revisions of "MediaWiki:Common.css"

From NoSQLZoo
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: .q .ans {display: none;}")
 
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 {width: 100%; background: white; border: solid thin black;}

Revision as of 16:30, 9 July 2015

/* CSS placed here will be applied to all skins */
.q .ans {display: none;}
.q .res {width: 100%; background: white; border: solid thin black;}