Difference between revisions of "Common.css"
From PROBOTIX :: wiki
Line 4: | Line 4: | ||
ul | ul | ||
{ | { | ||
− | list-style-position: | + | list-style-position: inside; |
white-space: normal; | white-space: normal; | ||
} | } |
Revision as of 11:17, 18 September 2013
/* CSS placed here will be applied to all skins */ body { background-color: #DDDDDD;} ul { list-style-position: inside; white-space: normal; } h2 { font-weight: bold; }