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