mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
fix i18n banner (#1591)
* fix color and margin * fix margin of home content
This commit is contained in:
committed by
GitHub
parent
23d3c1254b
commit
a55eccdb90
@@ -11,7 +11,7 @@
|
||||
<body class="en-doc">
|
||||
{% else %}
|
||||
<body class="non-en-doc">
|
||||
<div id="i18n-notice-box" class="doc-box doc-warn">
|
||||
<div id="i18n-notice-box" class="doc-box doc-notice">
|
||||
{% include i18n-notice.html %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<div id="overlay"></div>
|
||||
|
||||
{% if page.lang != 'en' %}
|
||||
<div id="i18n-notice-box" class="doc-box doc-warn">
|
||||
<div id="i18n-notice-box" class="doc-box doc-notice">
|
||||
{% include i18n-notice.html %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user