diff options
author | raylu <raylu@mixpanel.com> | 2011-08-31 00:27:07 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-31 00:27:07 -0700 |
commit | a6b266a2e68af686c96890fd341953bdb1bff481 (patch) | |
tree | 27f1aa43571f99d6946b837e90d2ec9b4bbd5b6b /static/home.css | |
parent | 569d9165efbd1aeef7238ae4166160865f75377c (diff) | |
download | audioaxis-a6b266a2e68af686c96890fd341953bdb1bff481.tar.xz |
add link to Frostbite's site
Diffstat (limited to 'static/home.css')
-rw-r--r-- | static/home.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/home.css b/static/home.css index 1187b42..8935356 100644 --- a/static/home.css +++ b/static/home.css @@ -4,7 +4,7 @@ p { margin: 50px 0; } -article p a:link, article p a:visited { +article p a.create:link, article p a.create:visited { color: #111; padding: 10px; border: 1px solid #888; @@ -15,7 +15,7 @@ article p a:link, article p a:visited { font-weight: bold; } -article p a:hover { +article p a.create: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')"; |