diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 23:21:20 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 23:21:20 -0600 |
commit | db35107daf2f1a810e15997a074af0ccbb0efc8e (patch) | |
tree | 1433c4ec08fd2f27799e4b1a53728b9e72d46ba3 | |
parent | e72d3532f702a5f0973f21177109b59d87a35f4f (diff) |
Remove padding in g-message-block, child bg colors weren't filling the box.
-rw-r--r-- | lib/gallery.common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 414bae73..4cb5735f 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -467,6 +467,7 @@ ul.sf-menu li li li.sfHover ul { .g-message-block { border: 1px solid #ccc; + padding: 0 !important; width: 100%; } |