themes/stpatty/css-extra/ie-fixes.css
changeset 0 902822492a68
child 29 e5484a9e0818
equal deleted inserted replaced
-1:000000000000 0:902822492a68
       
     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 {
       
    13   background-image: none;
       
    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 }