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) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-20 06:42:02 -08:00
parent dbdfcf055c
commit c16297e4eb
1 changed files with 5 additions and 1 deletions

View File

@ -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 {