diff options
author | hakimel | 2012-08-15 20:40:16 -0400 |
---|---|---|
committer | hakimel | 2012-08-15 20:40:16 -0400 |
commit | 0b548bfd5d72968ab88436d65595b7be88c2b9cb (patch) | |
tree | 11ee9f1468c8ea860de8d4fc8f19841932eff966 /css/theme | |
parent | 9688a52437c5817cc942e563173c0cc643cb6483 (diff) |
consistent use of tabs rather than spaces in css (closes #121)
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/beige.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |