diff options
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..f478501 --- /dev/null +++ b/web/style.css @@ -0,0 +1,13 @@ +:root { + --dummy: white; + --indexwidth: 50px; +} + +div.index { + width: var(--indexwidth); + position: fixed; +} + +div.mapframe { + margin-left: var(--indexwidth); +} |