diff options
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; } |