More actions
Created page with "→CSS placed here will be applied to all skins: h1 { list-style: none; overflow: hidden; font: 14px Helvetica, Comic Sans MS, sans-serif; }" |
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 */ | ||
h1 { | .h1 { | ||
list-style: none; | list-style: none; | ||
overflow: hidden; | overflow: hidden; | ||
font: 14px Helvetica, Comic Sans MS, sans-serif; | font: 14px Helvetica, Comic Sans MS, sans-serif; | ||
} | } |