diff options
author | Sven Gothel <[email protected]> | 2019-04-16 17:59:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-16 17:59:44 +0200 |
commit | fd7ab11b0dbe84c1254955e8432dd6d70500aaca (patch) | |
tree | 583879c648eae68f719c68b7d449a329fb77b5d8 | |
parent | 03d19a0f761430f62d153b9f5b4202815e47bbfa (diff) |
removing redundant ; in menu
-rwxr-xr-x | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |