summaryrefslogtreecommitdiffstats
path: root/webroot/css/style.css
diff options
context:
space:
mode:
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; }
-
-