From 55b1b00069571e8bc69b5222e7d95c48bf3dcd08 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 2 Dec 2013 18:00:45 +0400 Subject: [PATCH] minor tweaking... Signed-off-by: Alex A. Naanou --- .../seporate-image-and-background.html | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/ui/experiments/seporate-image-and-background.html b/ui/experiments/seporate-image-and-background.html index 92c2ece8..69671ce6 100755 --- a/ui/experiments/seporate-image-and-background.html +++ b/ui/experiments/seporate-image-and-background.html @@ -158,8 +158,8 @@ .mark.blue, .mark.red, .mark.yellow { - width: 25px; - margin-left: -25px; + width: 0px; + margin-left: 0px; border: none; } .mark.blue:after, @@ -181,21 +181,17 @@ border-radius: 50%; } + .mark.blue:after { + left: -25px; background: blue; } -.mark.red { - left: -17px; - width: 25px; -} .mark.red:after { + left: -42px; background: red; } -.mark.yellow { - left: -34px; - width: 25px; -} .mark.yellow:after { + left: -59px; background: yellow; } @@ -242,9 +238,9 @@
-
-
-
+
+
+