From 970fcc4d9ac8cd1369ff21898a78a831d028e737 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 30 Jan 2010 14:41:58 -0600 Subject: Modify dev menu to also be top to bottom Just as commit 5faf6566 did for the main menu items, do the same for the dev menu. Signed-off-by: Dan McGee --- media/arch.css | 1 - templates/base.html | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/media/arch.css b/media/arch.css index 66f2ded..bfe656d 100644 --- a/media/arch.css +++ b/media/arch.css @@ -24,7 +24,6 @@ body { position: absolute; top: 149px; right: 30px; - width: 700px; background: #1793d1; } #main_nav ul, #dev_nav ul { diff --git a/templates/base.html b/templates/base.html index 968f717..90e8f54 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,14 +29,14 @@
{% if user.is_authenticated %} {% endif %}
-- cgit v1.2.3-24-g4f1b