Projet

Général

Profil

Paste
Télécharger (986 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / blogbuzz / css / ie8.css @ 87dbc3bf

1
/* $Id: ie8.css,v 1.1.4.2 2011/01/23 05:28:15 antsin Exp $ */
2

    
3
/*
4
+----------------------------------------------------------------+
5
|   BlogBuzz for Dupal 7.x - Version 1.0                         |
6
|   Copyright (C) 2011 Antsin.com All Rights Reserved.           |
7
|   @license - GNU GENERAL PUBLIC LICENSE                        |
8
|----------------------------------------------------------------|
9
|   Theme Name: BlogBuzz                                         |
10
|   Description: BlogBuzz by Antsin                              |
11
|   Author: Antsin.com                                           |
12
|   Website: http://www.antsin.com/                              |
13
|----------------------------------------------------------------+
14
*/
15

    
16
/** button & read more **/
17
#showcase-inner {
18
  background: #fff url("../images/bg_fade_ie.png") repeat-x left top; 
19
}
20

    
21
#showcase h1, #showcase .slide-text, #showcase .slide-read-more a {
22
  background-color: #fff; 
23
}
24

    
25
#primary ul li {
26
  zoom: 1;
27
}