From 01eb7bff732b65228caea2238e0520bc15c3e69d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 28 Apr 2010 20:08:39 +0000 Subject: - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards. --- misc/farbtastic/farbtastic.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/farbtastic/farbtastic.css b/misc/farbtastic/farbtastic.css index 9fe6f8fca..e4c512cef 100644 --- a/misc/farbtastic/farbtastic.css +++ b/misc/farbtastic/farbtastic.css @@ -7,11 +7,13 @@ position: absolute; cursor: crosshair; } -.farbtastic, .farbtastic .wheel { +.farbtastic, +.farbtastic .wheel { width: 195px; height: 195px; } -.farbtastic .color, .farbtastic .overlay { +.farbtastic .color, +.farbtastic .overlay { top: 47px; left: 47px; width: 101px; -- cgit v1.2.3