RSNewWebUI/webui-src/make-src/main.css
rottencandy 1977735237 Display info for node panel in config tab
Display public information(from preferences>Node in RS).
2019-06-26 02:55:06 +05:30

10 lines
176 B
CSS

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