From 24b715424bdc6a66665fe761bf87ecf79f568019 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 19 Jul 2009 07:32:56 +0100 Subject: [PATCH] make images in the nav bar break less --- themes/default/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/default/style.css b/themes/default/style.css index 62c34028..d0029ace 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -206,6 +206,13 @@ UL { background: #FAA; } +#nav .thumbblock { + float: none; + height: auto; +} +#nav .thumb { + margin-bottom: 0px; +} .thumbblock { width: 220px; height: 220px;