diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-07-02 18:43:05 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-07-02 18:43:05 +0200 |
commit | 5a75bd30a6a230d0d5364faaa85ea3285e21dac9 (patch) | |
tree | 6d93c8f367196422770620028fce60cb98e84abe /htdocs/index.html | |
parent | 6eb21fd1caf4c24895b51f1c424e0c03afe2a232 (diff) | |
download | lifomapserver-5a75bd30a6a230d0d5364faaa85ea3285e21dac9.tar.gz lifomapserver-5a75bd30a6a230d0d5364faaa85ea3285e21dac9.tar.bz2 lifomapserver-5a75bd30a6a230d0d5364faaa85ea3285e21dac9.zip |
Correctly handle TCB sides, prepare form for routing functions
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 4fa05a4..8aff308 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -42,6 +42,15 @@ background-color: #afa; } + h4 { + margin-bottom: 0.2em; + } + + .autoroute { + background-color: #aaf; + } + + td { border-bottom: 2px solid black; } |