mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
Config tab will be used to display node details and settings/configuration options for both RS and the WebUI.
10 lines
176 B
CSS
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;
|
|
}
|