Files
vgstation13/code/modules/html_interface/html_interface.css
NullQuery 9b9ee3d5f9 Revert Revert "HTML interface module (ported from old Hypatia Station branch)"
Code style: Modified the amount of indentation for lists as suggested by wild-billy.
2015-01-05 19:23:54 +01:00

11 lines
111 B
CSS

html
{
-ms-overflow-style: scrollbar;
}
body
{
font-family: Arial;
overflow-y: scroll;
overflow-x: auto;
}