summaryrefslogtreecommitdiffstats
path: root/webroot/css/style.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-03 17:43:43 -0700
committerraylu <raylu@mixpanel.com>2011-07-03 17:43:43 -0700
commita9a4930d74ba07771507cc82bc7ef4552be85d39 (patch)
tree949c1ca97a935ea0b17aadec0ba6e9f60b85bffc /webroot/css/style.css
parenta001b1e8488b2d08e5e3e546800baa8394fc0758 (diff)
downloadotakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz
nuke a lot of styles, images
Diffstat (limited to 'webroot/css/style.css')
-rw-r--r--webroot/css/style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/webroot/css/style.css b/webroot/css/style.css
index 9f9bb89..64fe2c6 100644
--- a/webroot/css/style.css
+++ b/webroot/css/style.css
@@ -152,7 +152,7 @@ label, input[type=button], input[type=submit], button { cursor: pointer; }
/* These selection declarations have to be separate.
No text-shadow: twitter.com/miketaylr/status/12228805301
Also: hot pink. */
-::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
+::-moz-selection { background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
/* j.mp/webkit-tap-highlight-color */
@@ -166,5 +166,3 @@ button { width: auto; overflow: visible; }
/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }
-
-