fixing the navstyles *AGAIN* damnit tyler would have probably taking you 5 minutes =) hehe
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
763b2c42b2
commit
9ad71e65e7
|
@ -3,7 +3,6 @@ Author: Tyler Martin
|
||||||
Style: Default
|
Style: Default
|
||||||
*/
|
*/
|
||||||
#comic_navi_wrapper {
|
#comic_navi_wrapper {
|
||||||
width: 100%;
|
|
||||||
display: table;
|
display: table;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -22,13 +21,14 @@ Style: Default
|
||||||
}
|
}
|
||||||
|
|
||||||
.comic_navi {
|
.comic_navi {
|
||||||
background: #555;
|
background: #222;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border: solid 1px #333;
|
border: solid 1px #000;
|
||||||
-moz-border-radius: 8px;
|
border-top: 0;
|
||||||
-khtml-border-radius: 8px;
|
-moz-border-radius: 0 0 8px 8px;
|
||||||
-webkit-border-radius: 8px;
|
-khtml-border-radius: 0 0 8px 8px;
|
||||||
border-radius: 8px;
|
-webkit-border-radius: 0 0 8px 8px;
|
||||||
|
border-radius: 0 0 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -74,8 +74,7 @@ Style: Sci Fi
|
||||||
|
|
||||||
.navi-buyprint-form {
|
.navi-buyprint-form {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
display: block;
|
display: inline-block;
|
||||||
float: left;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* COMIC NAVIGATION
|
/* COMIC NAVIGATION
|
||||||
Author: Tyler Martin
|
Author: Tyler Martin
|
||||||
Style: Default
|
Style: Silver
|
||||||
*/
|
*/
|
||||||
#comic_navi_wrapper {
|
#comic_navi_wrapper {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
Loading…
Reference in New Issue