mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Tweaks to mobile CS CSS
This commit is contained in:
parent
82b26be43f
commit
f10c84ffdc
@ -13,6 +13,8 @@
|
|||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
text-color: black;
|
text-color: black;
|
||||||
|
text-decoration: none;
|
||||||
|
margin-right: 0.5em;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
border-top: 1px solid ThreeDLightShadow;
|
border-top: 1px solid ThreeDLightShadow;
|
||||||
border-right: 1px solid ButtonShadow;
|
border-right: 1px solid ButtonShadow;
|
||||||
@ -70,6 +72,7 @@ div.navigation {
|
|||||||
padding-right: 0em;
|
padding-right: 0em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
|
@ -121,7 +121,7 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS):
|
|||||||
book['id'], fmt)
|
book['id'], fmt)
|
||||||
),
|
),
|
||||||
CLASS('button'))
|
CLASS('button'))
|
||||||
s.tail = u'\u202f' #
|
s.tail = u''
|
||||||
last = s
|
last = s
|
||||||
data.append(s)
|
data.append(s)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user