Common.css: Difference between revisions
From NoSQLZoo
Created page with "→CSS placed here will be applied to all skins: .q .ans {display: none;}" |
No edit summary |
||
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;} |