| Joomla : Templates and Site Design Editing the css file |
No problem, we'll add it.
Scroll to the end of the file and add this:
.mainlevel-left {line-height:20px}
This means that the "mainlevel-left" named style will have a line height of 20 pixels. The period is placed in front of the name to indicate that this is a "custom" class, that is a name we (or someone) made up, not the name of a standard HTML element like BODY.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |