[print] [fix] added utf-8 metatag
This commit is contained in:
parent
ea4b05bb2c
commit
c75eaa2e3c
@ -76,9 +76,13 @@ div.web-footer, div.web-footer a {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if doc.top_bar_background == doc.page_background %}.navbar-inner {
|
.navbar-inner {
|
||||||
border-bottom: 1px solid #{{ get_hex_shade(doc.page_background or "ffffff", 15) }};
|
border-bottom: 1px solid {% if doc.top_bar_background == doc.page_background -%}
|
||||||
}{% endif %}
|
#{{ get_hex_shade(doc.page_background or "ffffff", 15) }};
|
||||||
|
{%- else -%}
|
||||||
|
transparent;
|
||||||
|
{%- endif %}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-inverse .brand,
|
.navbar-inverse .brand,
|
||||||
.navbar-inverse .brand:hover,
|
.navbar-inverse .brand:hover,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user