swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 252c38a83473906b1a182d748b3bfda59b7e5dee
parent dd8d00c77a3e7911850166c6ec5a7f3cf578f144
Author: garbeam@gmail.com <unknown>
Date:   Mon, 26 Mar 2012 19:28:59 +0200

hidden menu overflow
Diffstat:
Mpub/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pub/style.css b/pub/style.css @@ -17,6 +17,7 @@ a:hover { #menu { clear: both; + overflow: hidden; color: #069; background-color: #17a; padding: 0.7ex;