themes/stpatty/css-extra/ie-fixes-shamrock.css
author Dan Fuhry <dan@enanocms.org>
Tue, 16 Nov 2010 12:19:13 -0500
changeset 338 c3f8982a961c
parent 175 ab6336bfce48
permissions -rw-r--r--
SECURITY: Fix SQL injection in banlist check
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
175
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     1
/*
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     2
 * St. Patty theme for Enano
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     3
 * Copyright (C) 2007 Dan Fuhry
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     4
 *
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     5
 * This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     6
 * package for details.
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     7
 */
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     8
 
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
     9
div#bg {
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    10
  background-image: none;
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    11
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    12
div#title {
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    13
  /* background-image: none; */
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    14
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    15
div#rap {
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    16
  background-image: url(../images/rap-ie.gif);
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    17
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    18
div#sidebar ul li a {
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    19
  margin-bottom: -14px;
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    20
}
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    21
div#pagetools a {
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    22
  padding: 4px 3px;
ab6336bfce48 Coupla cheap hacks in St. Patty to make developing more color themes easier
Dan
parents:
diff changeset
    23
}