From e046369600f9f2059cf68b32f748c302f9eb5158 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 15 Nov 2011 22:47:29 -0500 Subject: [PATCH] Edit page AbridgedResume --- sys/geekigeeki.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 106fabc..bb96009 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -35,11 +35,9 @@ h1 { padding-right: 10px; padding-left: 10px; - border-top-width: 1px; - border-bottom-width: 1px; - border-right-width: 0px; - border-left-width: 0px; border-style: solid; + border-left-style: none; + border-right-style: none; } h2 { @@ -59,8 +57,8 @@ h2 { border-top-width: 1px; border-bottom-width: 1px; - border-left-width: 0px; - border-right-width: 0px; + border-left-style: none; + border-right-style: none; border-style: solid; } @@ -417,7 +415,7 @@ div .innerthumb { h3 { font-size: 12pt; border: none; } h4 { font-size: 12pt; border: none; } h5 { font-size: 12pt; border: none; } - a { text-color: #225; text-decoration: underline; } + a a:visited { text-color: #225; text-decoration: underline; } .heading:link, .heading:visited { display: none; } #footer { display: none; } .nav { display: none; } -- 2.25.1