From 0b548bfd5d72968ab88436d65595b7be88c2b9cb Mon Sep 17 00:00:00 2001 From: hakimel Date: Wed, 15 Aug 2012 20:40:16 -0400 Subject: consistent use of tabs rather than spaces in css (closes #121) --- css/theme/beige.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/theme/beige.css') diff --git a/css/theme/beige.css b/css/theme/beige.css index 40cf18b..684f842 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -43,15 +43,15 @@ body { } ::-moz-selection { - background:rgba(79, 64, 28, 0.99); + background:rgba(79, 64, 28, 0.99); color: white; } ::-webkit-selection { - background:rgba(79, 64, 28, 0.99); + background:rgba(79, 64, 28, 0.99); color: white; } ::selection { - background:rgba(79, 64, 28, 0.99); + background:rgba(79, 64, 28, 0.99); color: white; } -- cgit v1.2.3