From c16297e4eb6aef5546cf0ee6d6182cde3d34dcce Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sun, 20 Dec 2009 06:42:02 -0800 Subject: [PATCH] default navstyle.css fixes for the form button for buyprint and 100% the width of it for looks. Signed-off-by: Philip M. Hofer (Frumph) --- images/nav/default/navstyle.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/images/nav/default/navstyle.css b/images/nav/default/navstyle.css index adc9cc9..7640ef2 100644 --- a/images/nav/default/navstyle.css +++ b/images/nav/default/navstyle.css @@ -3,6 +3,7 @@ Author: Tyler Martin Style: Default */ #comic_navi_wrapper { + width: 100%; display: table; border-collapse: collapse; text-align: center; @@ -39,7 +40,7 @@ Style: Default display: inline-block; } .navi-comictitle a { - color: #fff; + color: #000; } .navi-comictitle a:hover { @@ -93,9 +94,12 @@ Style: Default } .navi-buyprint:hover, button .navi-buyprint:hover { + display: inline-block; } .navi-buyprint-form { + display: inline-block; + width: 80px; } .navi-archive, .navi-archives {