aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-11-30 19:04:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-11-30 19:04:11 +0100
commit63d2a8c04014762f42ab7013ebdcd0d96672348a (patch)
tree00bb7e19c402ba8f967815f729597a8d034dfeb8 /mu4web/static/style.css
parentAdd maildir listing on frontpage. (diff)
downloadmu4web-63d2a8c04014762f42ab7013ebdcd0d96672348a.tar.gz
mu4web-63d2a8c04014762f42ab7013ebdcd0d96672348a.tar.xz
Minor cleanup.
Diffstat (limited to '')
-rw-r--r--mu4web/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index e8d16c2..00db380 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -15,6 +15,10 @@ nav {
background-color: darkgrey;
}
+nav hr {
+ border: none;
+}
+
nav, footer {
width: 100%;
padding-left: 1em;