From cb739c10d04beaa1470e509b9236f33a16c83408 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 8 Nov 2010 13:28:43 -0500 Subject: link indications we had removed the decorations from links for previous ui approaches It is not long relevant, and hides the hyperlink underline in places where we want it to show --- install/static/ipa.css | 9 --------- 1 file changed, 9 deletions(-) (limited to 'install/static') diff --git a/install/static/ipa.css b/install/static/ipa.css index 491142d53..30d8c80d1 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -14,15 +14,6 @@ body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;} .input_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;} -a { - text-decoration: none; - border: 0; -} -a img { border-width: 0; } -a:link, a:visited { - text-decoration: none; - border: 0; -} /* ---- Header ---- */ div.header { -- cgit