CSS: remove horizontal scrollbar

This commit is contained in:
Christian Guenter 2018-08-23 08:15:35 +00:00 committed by Lars Hvam
parent de90a9c1b8
commit 98a393f147

View File

@ -8,6 +8,7 @@ body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12pt;
background: #E8E8E8;
overflow-x: hidden;
}
a, a:visited {