Difference between revisions of "Common.css"
From PROBOTIX :: wiki
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | body { background-color: #000; font: 16px Helvetica, Arial; color: #fff; } | ||
+ | |||
ul | ul | ||
{ | { |
Revision as of 11:12, 18 September 2013
/* CSS placed here will be applied to all skins */ body { background-color: #000; font: 16px Helvetica, Arial; color: #fff; } ul { list-style-position: outside; white-space: normal; } h2 { font-weight: bold; }