--- trunk2/eurovoc/eurovoc.css 2004/11/01 23:38:53 581 +++ trunk2/eurovoc/eurovoc.css 2004/11/02 08:13:23 582 @@ -6,6 +6,10 @@ font-size: small; } +span { + text-align: left; +} + #frontPage { text-align: center; padding: 50px 0px 0px 0px; @@ -303,16 +307,19 @@ h1 { font-weight: bold; font-size: 100%; + text-align: left; } h2 { font-weight: bold; font-size: 120%; + text-align: left; } h3 { font-weight: bold; font-size: 140%; + text-align: left; } a:link { @@ -337,6 +344,7 @@ li { font-weight: bold; + text-align: left; } .txtl { @@ -462,7 +470,12 @@ list-style-type: disc; } +ul { + padding: 0px; +} + .eurovoc { text-align: justify; padding: 0px 100px 0px 0px; } +