mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix indentation
This commit is contained in:
parent
093a71089b
commit
47b48e49e6
@ -223,12 +223,12 @@ add_extra_css(def():
|
|||||||
# the default font sizes, things will break again
|
# the default font sizes, things will break again
|
||||||
# https://blog.osmosys.asia/2017/01/05/prevent-ios-from-zooming-in-on-input-fields/
|
# https://blog.osmosys.asia/2017/01/05/prevent-ios-from-zooming-in-on-input-fields/
|
||||||
ans += '''
|
ans += '''
|
||||||
select, textarea, input[type="text"], input[type="password"],
|
select, textarea, input[type="text"], input[type="password"],
|
||||||
input[type="datetime"], input[type="datetime-local"],
|
input[type="datetime"], input[type="datetime-local"],
|
||||||
input[type="date"], input[type="month"], input[type="time"],
|
input[type="date"], input[type="month"], input[type="time"],
|
||||||
input[type="week"], input[type="number"], input[type="email"],
|
input[type="week"], input[type="number"], input[type="email"],
|
||||||
input[type="url"] { font-size: 16px }
|
input[type="url"] { font-size: 16px }
|
||||||
'''
|
'''
|
||||||
return ans
|
return ans
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user