From a9a7568571ca70fde1987490fbe4c19734eb4dbc Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 26 Aug 2014 15:59:24 +0100 Subject: [PATCH] Remove unused styles from joomla.css --- css/joomla.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/css/joomla.css b/css/joomla.css index f26e0b2253..2bf04eb8ad 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -59,41 +59,6 @@ td.label { background: none; } -/* -** Menu styles -*/ -#crm-container .menu { - padding: 0 0 0 0.5em; - margin: 0 0 0 2em; -} -#crm-container .menu ul { - list-style: none; - border: none; - text-align:left; -} -#crm-container .menu li a { - width: 100%; - text-decoration: none; -} -#crm-container li.expanded { - list-style-type: circle; - list-style-image: url(menu-expanded.png); - padding: 0.2em 0.5em 0 0; - margin: 0; -} -#crm-container li.collapsed { - list-style-type: disc; - list-style-image: url(menu-collapsed.png); - padding: 0.2em 0.5em 0 0; - margin: 0; -} -#crm-container li a.active { - color: #000; -} -#crm-container td.menu-disabled { - background: #ccc; -} - /* ** Other common styles */ -- 2.25.1