Merge branch 'master' of github.com:johnbintz/comicpress-2.8

This commit is contained in:
John Bintz 2009-12-20 09:46:50 -05:00
commit 8544267d0d
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 {