Remove width 100% from .commandPanel (it was not needed and now command panels border is consistent)

This commit is contained in:
Corey Johnson 2012-07-26 10:18:51 -07:00
parent 252a1a4d5f
commit 0c15b0f7be

View File

@ -1,5 +1,4 @@
.command-panel {
width: 100%;
background: #515151;
padding: 3px;
}