root / drupal7 / sites / all / themes / blogbuzz / css / ie7.css @ 1f623f01
1 |
/* $Id: ie7.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 |
#secondary ul { |
17 |
float: right; |
18 |
} |
19 |
|
20 |
ul.pager li { |
21 |
margin-right: 3px !important; |
22 |
} |
23 |
|
24 |
#showcase-inner {
|
25 |
background: #fff url("../images/bg_fade_ie.png") repeat-x left top; |
26 |
} |
27 |
|
28 |
#showcase h1, #showcase .slide-text, #showcase .slide-read-more a { |
29 |
background-color: #fff; |
30 |
} |
31 |
|
32 |
#primary ul li { |
33 |
zoom: 1; |
34 |
} |
35 |
|
36 |
/** button **/
|
37 |
.button input { |
38 |
overflow: visible; |
39 |
} |
40 |
|
41 |
.button input[class] { |
42 |
width: auto; |
43 |
} |