1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| .new-tab {
| background-image:url(images/new_tab.gif) !important;
| }
|
| .tabs {
| background-image:url(images/tabs.gif ) !important;
| }
|
| .scroll {
| background-image: url(images/arrow_switch.png) !important;
| }
|
| .list {
| padding-left: 16px;
| padding-bottom: 10px;
| }
|
| .list li{
| list-style: square;
| padding: 2px;
| }
|
|