0
|
1 |
/*
|
|
2 |
* St. Patty theme for Enano
|
|
3 |
* Copyright (C) 2007 Dan Fuhry
|
|
4 |
*
|
|
5 |
* This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this
|
|
6 |
* package for details.
|
|
7 |
*/
|
|
8 |
|
|
9 |
div#bg {
|
|
10 |
background-image: none;
|
|
11 |
}
|
|
12 |
div#title {
|
29
e5484a9e0818
Rewrote change theme dialog; a few minor stability fixes here and there; fixed IE + St Patty background image
Dan
diff
changeset
|
13 |
/* background-image: none; */
|
0
|
14 |
}
|
|
15 |
div#rap {
|
|
16 |
background-image: url(../images/rap-ie.gif);
|
|
17 |
}
|
|
18 |
div#sidebar ul li a {
|
|
19 |
margin-bottom: -14px;
|
|
20 |
}
|
|
21 |
div#pagetools a {
|
|
22 |
padding: 4px 3px;
|
|
23 |
}
|