navstyle chant for bar
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
e18b94e9a1
commit
be0354dba9
|
@ -3,6 +3,7 @@ Author: Tyler Martin
|
|||
Style: Default
|
||||
*/
|
||||
#comic_navi_wrapper {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -12,6 +13,7 @@ Style: Default
|
|||
}
|
||||
|
||||
.comic_navi_center {
|
||||
margin: 0 auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
@ -77,11 +79,16 @@ Style: Default
|
|||
|
||||
|
||||
.navi-comments, .navi-archive, .navi-random, .navi-buyprint {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.navi-buyprint {
|
||||
display: inline-block;
|
||||
height: 25px;
|
||||
width: 80px;
|
||||
line-height: 15px;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navi-buyprint:hover, button .navi-buyprint:hover {
|
||||
|
@ -92,9 +99,11 @@ Style: Default
|
|||
}
|
||||
|
||||
.navi-archive, .navi-archives {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.navi-random {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.navi-comments {
|
||||
|
|
Loading…
Reference in New Issue