diff --git a/rugby.css b/rugby.css
index 2566d3e3637b132edbf52699ee428777a8dd5bd4..3966dc1ef5d1952ab4a9a1b55e5b197330c431dc 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));
 }