summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-10 01:41:06 -0700
committerraylu <raylu@mixpanel.com>2011-08-10 01:58:57 -0700
commit5a4a473b7a5538be87837ea760205ede90a8482e (patch)
treea05105ea7c957f6af57132164ea12a8fae6aa699
parent4441585eb6f3eabcb9e6feb74a05880b235a277a (diff)
downloadaudioaxis-5a4a473b7a5538be87837ea760205ede90a8482e.tar.xz
IE9 gradient; hasLayout crap
-rw-r--r--static/home.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/home.css b/static/home.css
index 5c07461..1187b42 100644
--- a/static/home.css
+++ b/static/home.css
@@ -8,14 +8,16 @@ article p a:link, article p a:visited {
color: #111;
padding: 10px;
border: 1px solid #888;
- background: #058;
background: -moz-linear-gradient(top, #07a, #047);
background: -webkit-linear-gradient(top, #07a, #047);
+ display: inline-block; /* hasLayout */
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077aa', endColorstr='#004477')";
font-weight: bold;
}
article p a:hover {
background: -moz-linear-gradient(top, #08b, #047);
background: -webkit-linear-gradient(top, #08b, #047);
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088bb', endColorstr='#004477')";
text-decoration: none;
}