From 2cf5e2bf19b71f630e610d305305cb795c9bfab4 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 11 Feb 2009 00:26:59 -0500 Subject: [PATCH] Refine class="right", remove duplicated styles. Signed-off-by: Edward Z. Yang --- local.css | 2 ++ style.css | 17 ----------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/local.css b/local.css index d9ae413..b503db8 100644 --- a/local.css +++ b/local.css @@ -6,6 +6,7 @@ font-family: verdana, arial, helvetica, sans-serif; img { float: right; +margin-left: 2em; } .cols:after @@ -34,4 +35,5 @@ width: 50%; .right { float: right; +margin-left: 2em; } diff --git a/style.css b/style.css index eb11cf3..84b5249 100644 --- a/style.css +++ b/style.css @@ -349,20 +349,3 @@ dl.services dd{ .actions ul li a:hover{ text-decoration:underline; } -.cols:after{ - content: ""; - display: block; - height: 0; - clear: both; -} -.col1{ - position: relative; - float: left; - width: 50%; -} -.col2{ - position: relative; - float: right; - align: left; - width: 50%; -} -- 2.44.0