185
+ − 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 {
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
diff
changeset
+ − 10
background-image: none;
185
+ − 11
}
+ − 12
div#title {
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
diff
changeset
+ − 13
/* background-image: none; */
185
+ − 14
}
+ − 15
div#rap {
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
diff
changeset
+ − 16
background-image: url(../images/rap-ie.gif);
185
+ − 17
}
+ − 18
div#sidebar ul li a {
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
diff
changeset
+ − 19
margin-bottom: -14px;
185
+ − 20
}
+ − 21
div#pagetools a {
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
diff
changeset
+ − 22
padding: 4px 3px;
185
+ − 23
}