RSNewWebUI/webui-src/make-src/main.css
rottencandy c118d6363b Add config tab section.
Config tab will be used to display node details and
settings/configuration options for both RS and the WebUI.
2019-06-20 22:47:31 +05:30

10 lines
176 B
CSS

html, body, #main {
margin: 0;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
#main {
/* To adjust floating navbar height */
margin-top: 3em;
}