summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-16 17:59:44 +0200
committerSven Gothel <[email protected]>2019-04-16 17:59:44 +0200
commitfd7ab11b0dbe84c1254955e8432dd6d70500aaca (patch)
tree583879c648eae68f719c68b7d449a329fb77b5d8
parent03d19a0f761430f62d153b9f5b4202815e47bbfa (diff)
removing redundant ; in menu
-rwxr-xr-xstyle.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 7d88b2c..ed33e13 100755
--- a/style.css
+++ b/style.css
@@ -60,7 +60,7 @@ a:hover {color:#000000; background-color: #c9e2ff; border-radius: 5px 10px; padd
#slogan {float:right; font-size:18px; color:#444444; padding:62px 8px 0 0; right:0; display:inline-block; }
/*webside theme colors*/
-#menu {background-color:#c9e2ff; background-image: linear-gradient(#f5f5f5, #c9e2ff, #f5f5f5);};
+#menu {background-color:#c9e2ff; background-image: linear-gradient(#f5f5f5, #c9e2ff, #f5f5f5);}
#menu li, #footer {background-color:#c9e2ff;}
#menu a, #footer a, #footer {color: #3b4d4f}
#footer a:hover {background-color:#3b4d4f; color:#c9e2ff}