source: aowow/templates/wowhead/css/global_ie.css

Last change on this file was 170, checked in by maron, 16 years ago
  • Property svn:executable set to *
File size: 460 bytes
Line 
1#noscript-bg
2{
3 filter:alpha(opacity=70);
4}
5
6#topbar-right input
7{
8 vertical-align:middle;
9}
10
11.menu a
12{
13 min-width:90%;
14}
15
16.listview th a
17{
18 width:100%;
19}
20
21.tabs-container
22{
23 width:100%;
24}
25
26.reputation
27{
28 width:99%;
29}
30
31.tooltip th
32{
33 height:8px;
34}
35
36#topbar-right a
37{
38 top:1px;
39}
40
41.comment-edit-body textarea
42{
43 width:98%;
44}
45
46div.lightbox-overlay
47{
48 filter:alpha(opacity=80);
49}
50
51div.screenshotviewer-screen a
52{
53 background:url(../images/pixel.gif) no-repeat;
54}
Note: See TracBrowser for help on using the repository browser.