Reformat html files
This commit is contained in:
parent
9a208ca108
commit
52f1e77fe1
205 changed files with 11096 additions and 11086 deletions
|
@ -1,27 +1,27 @@
|
|||
{% compress css %}
|
||||
{% if TIMEZONE_BG %}
|
||||
<style>
|
||||
.map-wrap {
|
||||
background: url('{{TIMEZONE_BG}}')
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ static('libs/timezone-map/timezone-map.css') }}">
|
||||
{% if TIMEZONE_BG %}
|
||||
<style>
|
||||
.map-inset {
|
||||
background: url('{{TIMEZONE_MAP}}') 50% 50%
|
||||
}
|
||||
|
||||
.map-wrap {
|
||||
display: none
|
||||
}
|
||||
|
||||
.featherlight {
|
||||
z-index: 1000
|
||||
}
|
||||
|
||||
.featherlight .featherlight-content {
|
||||
min-width: 80%
|
||||
}
|
||||
.map-wrap {
|
||||
background: url('{{TIMEZONE_BG}}')
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ static('libs/timezone-map/timezone-map.css') }}">
|
||||
<style>
|
||||
.map-inset {
|
||||
background: url('{{TIMEZONE_MAP}}') 50% 50%
|
||||
}
|
||||
|
||||
.map-wrap {
|
||||
display: none
|
||||
}
|
||||
|
||||
.featherlight {
|
||||
z-index: 1000
|
||||
}
|
||||
|
||||
.featherlight .featherlight-content {
|
||||
min-width: 80%
|
||||
}
|
||||
</style>
|
||||
{% endcompress %}
|
Loading…
Add table
Add a link
Reference in a new issue