From 968da2395b6b19a4086f48646a4ba8aede37b51b Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Mon, 13 May 2013 16:25:34 +0200
Subject: [PATCH] Have the menu clear the logo float.
---
cc65.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/cc65.css b/cc65.css
index de6876f24..75c9af05d 100644
--- a/cc65.css
+++ b/cc65.css
@@ -26,6 +26,7 @@ a:visited {
/* title menu */
div#menu {
+ clear: both;
width: 100%;
padding: 0px;
border-top: 1px solid #808080;
--
2.39.5