From b2181e66a15fda144c3ea18c51c73a282e643c38 Mon Sep 17 00:00:00 2001 From: Bruce Cowan <bruce@bcowan.me.uk> Date: Sat, 2 Jun 2012 01:39:13 +0100 Subject: [PATCH] Whitespace fixes --- rugby.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rugby.css b/rugby.css index 2566d3e..3966dc1 100644 --- a/rugby.css +++ b/rugby.css @@ -2,25 +2,25 @@ { /* Scarlet red */ background-image: -gtk-gradient (linear, - left top, left bottom, - from (#ef2929), - to (#a40000)); + left top, left bottom, + from (#ef2929), + to (#a40000)); } .utry { /* Chameleon */ background-image: -gtk-gradient (linear, - left top, left bottom, - from (#8ae234), - to (#4e9a06)); + left top, left bottom, + from (#8ae234), + to (#4e9a06)); } -.pen +.kick { /* Butter */ background-image: -gtk-gradient (linear, - left top, left bottom, - from (#fce94f), - to (#c4a000)); + left top, left bottom, + from (#fce94f), + to (#c4a000)); } -- GitLab