diff --git a/css/gamma.css b/css/gamma.css index ff62b01cf2f308e76ff429f4d806676b385f16de..7ced2c25f9d77cadaee2bd5ba659a0d13cecc32f 100644 --- a/css/gamma.css +++ b/css/gamma.css @@ -649,9 +649,6 @@ div.links ul.links li a { margin: 0; padding: 0; } -.node .content ul ul { - padding-left: 16px; -} .node .content ul li { background-image: url('../i/bullet-454545.png'); } diff --git a/template.php b/template.php index 4850a068f0c80e3dc97a5554e3932a6cc636f98a..1bcd1f03d1a609ed19489edd2f9fff2f5daae143 100644 --- a/template.php +++ b/template.php @@ -42,4 +42,4 @@ function gamma_field__taxonomy_term_reference($vars) { $output = '
' . $output . '
'; return $output; -} +} \ No newline at end of file