From 5874a3aba85434e44f6705e83052a6783458901c Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Mon, 12 Nov 2012 23:46:18 +0000 Subject: [PATCH] Strip the ohes --- stylesheets/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 1895760..c703e23 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -55,6 +55,9 @@ background-image: -webkit-radial-gradient(right bottom, ellipse farthest-corner, /* W3C Markup, IE10 Release Preview */ background-image: radial-gradient(ellipse farthest-corner at right bottom, #0D0D0D 0%, #FBFAF7 100%); +/* Others */ +background-image: radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%); + } textarea { -- 2.39.2