initial commit - cross reference with 5th port - obviously has compile errors
This commit is contained in:
11
code/modules/html_interface/css/html_interface.css
Normal file
11
code/modules/html_interface/css/html_interface.css
Normal file
@@ -0,0 +1,11 @@
|
||||
html
|
||||
{
|
||||
-ms-overflow-style: scrollbar;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
font-family: Arial;
|
||||
overflow-y: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user