From 0c15b0f7be3d5d01dd388e715708d3e380a80d96 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 26 Jul 2012 10:18:51 -0700 Subject: [PATCH] Remove width 100% from .commandPanel (it was not needed and now command panels border is consistent) --- static/command-panel.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/command-panel.css b/static/command-panel.css index 31801e14b..268612031 100644 --- a/static/command-panel.css +++ b/static/command-panel.css @@ -1,5 +1,4 @@ .command-panel { - width: 100%; background: #515151; padding: 3px; }