Difference between revisions of "Common.css"
From PROBOTIX :: wiki
Line 5: | Line 5: | ||
li | li | ||
{ | { | ||
− | list-style-position: | + | list-style-position: outside; |
} | } | ||
h2 | h2 |
Revision as of 12:08, 18 September 2013
/* CSS placed here will be applied to all skins */ /*body { background-color: #EFEFEF;}*/ li { list-style-position: outside; } h2 { font-weight: bold; }