diff options
Diffstat (limited to 'template/default/style.css')
-rw-r--r-- | template/default/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/style.css b/template/default/style.css index 8d2cabb..08c9ce0 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -26,7 +26,7 @@ a.sort:active { color: black; text-decoration: underline; font-weight: bold } .rechts { text-align: right} .einzug { margin: 10px 12px } .einzug_ohnetop { margin-right: 12px; margin-left: 12px } -.einzug_liste { margin: 3px 5px 0px 5px } +.einzug_liste { margin: 3px 5px 0px 5px; white-space: nowrap; } .einzug_liste_headlines { margin-right: 5px; margin-left: 6px } .einzugklein { color: #000; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; margin-right: 7px; margin-left: 7px } .gbutton { color: black; font-weight: bold } |