From 3fc07994913227f20f46a9eacdd28a0a1ccd0ce9 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 23 Feb 2011 01:02:35 +0000 Subject: Cleanup of css/elements/chrome.php git-svn-id: http://code.elgg.org/elgg/trunk@8438 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/chrome.php | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index 659acd869..ed4b4e08d 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -21,11 +21,9 @@ a { a:hover, a.selected { color: #555555; -} -a:hover, -a.selected { text-decoration: underline; } + h1, h2, h3, h4, h5, h6 { color: #0054A7; } @@ -94,12 +92,6 @@ h2 { margin-top: 15px; } - -.radius8 { - -webkit-border-radius: 8px; - -moz-border-radius: 8px; -} - /* *************************************** USER INPUT DISPLAY RESET *************************************** */ @@ -123,21 +115,3 @@ h2 { border: 1px solid #ccc; padding: 3px 5px; } - -/* *************************************** - Borders (inspired by OOCSS) - b -*************************************** */ - - -/* a */ -.bta, .bva, .baa {border-top: 1px solid #ccc} -.bba, .bva, .baa {border-bottom: 1px solid #ccc} -.bla, .bha, .baa {border-left: 1px solid #ccc} -.bra, .bha, .baa {border-right: 1px solid #ccc} - -/* b */ -.btb, .bvb, .bab {border-top: 1px solid #eee} -.bbb, .bvb, .bab {border-bottom: 1px solid #eee} -.blb, .bhb, .bab {border-left: 1px solid #eee} -.brb, .bhb, .bab {border-right: 1px solid #eee} -- cgit v1.2.3