From 6bd8581cd77a2b402ea34d75c7d733e5245dc328 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Sat, 6 Dec 2008 00:40:20 -0500 Subject: [PATCH] Fix margins and size of NavPane (cherry picked from commit 3e2c1c39bc0fc01f269e2990beee37189bb23550) --- public/js-src/spindle/themes/spindle/spindle.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/js-src/spindle/themes/spindle/spindle.css b/public/js-src/spindle/themes/spindle/spindle.css index b514e5e..06ab23c 100644 --- a/public/js-src/spindle/themes/spindle/spindle.css +++ b/public/js-src/spindle/themes/spindle/spindle.css @@ -59,13 +59,6 @@ body, html { text-decoration: underline; } -#navPane { - width: 225px; - margin-left: 1em; - margin-top: 1em; - padding-left: 1em; -} - #footer { visibility: collapse; height: 1.5em;