mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -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
|
||||
# https://blog.osmosys.asia/2017/01/05/prevent-ios-from-zooming-in-on-input-fields/
|
||||
ans += '''
|
||||
select, textarea, input[type="text"], input[type="password"],
|
||||
input[type="datetime"], input[type="datetime-local"],
|
||||
input[type="date"], input[type="month"], input[type="time"],
|
||||
input[type="week"], input[type="number"], input[type="email"],
|
||||
input[type="url"] { font-size: 16px }
|
||||
'''
|
||||
select, textarea, input[type="text"], input[type="password"],
|
||||
input[type="datetime"], input[type="datetime-local"],
|
||||
input[type="date"], input[type="month"], input[type="time"],
|
||||
input[type="week"], input[type="number"], input[type="email"],
|
||||
input[type="url"] { font-size: 16px }
|
||||
'''
|
||||
return ans
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user