- Patch #109010 by O Govinda: fixed CSS for handling of book navigation links.
parent
0cc399504b
commit
f3e5986a29
|
|
@ -11,7 +11,7 @@
|
|||
padding: 0.5em;
|
||||
}
|
||||
.book-navigation .page-previous {
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
width: 42%;
|
||||
display: block;
|
||||
float: left;
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
float: left;
|
||||
}
|
||||
.book-navigation .page-next {
|
||||
text-align: left;
|
||||
text-align: right;
|
||||
width: 42%;
|
||||
display: block;
|
||||
float: left;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue