--- trunk2/eurovoc/eurovoc.css 2004/10/23 18:17:31 533 +++ trunk2/eurovoc/eurovoc.css 2004/10/29 22:09:26 556 @@ -168,7 +168,7 @@ background: url(img/obrub_pl_DD.png); } -.ActMenu { +.ActMenu, .ActMenu:link, .ActMenu:visited { background: #8281ba; vertical-align: bottom; text-align: center; @@ -176,6 +176,7 @@ padding: 0px 0px 2px 0px; width: 140px; color: #FFDFBF; + text-decoration: none; } .hMenuSide { @@ -332,7 +333,7 @@ } a:link { - text-decoration: none; + text-decoration: underline; color: #575aa9; font-weight: bold; } @@ -344,7 +345,7 @@ a:visited { color: #575aa9; - text-decoration: none; + text-decoration: underline; font-weight: bold; } @@ -434,4 +435,11 @@ } +ul ul { + list-style-type: disc; +} +.crovoc { + text-align: justify; + padding: 0px 100px 0px 0px; +}