mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
HTML/CSS improvements for "choose-your-wallet" and other minor fixes
fix IE bug with vertical-align and lines break adapt choose-your-wallet and language menu for W3C validation drop html 4.01 transitional (fixes #84)
This commit is contained in:
parent
be0b5629b2
commit
cbc0f9485e
6 changed files with 199 additions and 197 deletions
|
@ -26,7 +26,7 @@ menu:
|
|||
- text: About
|
||||
url: /en/about
|
||||
---
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="{{ page.langcode }}">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
|
@ -49,7 +49,7 @@ menu:
|
|||
<div id="head">
|
||||
<div class="wrap">
|
||||
<ul id="lang">
|
||||
<li><a href="javascript:void();">{{ page.langtext }}</a>
|
||||
<li><a href="#" onclick="return false;">{{ page.langtext }}</a>
|
||||
<ul>
|
||||
{% for lang in site.langs %}{% if lang.langcode != page.langcode %}
|
||||
<li><a href="/{{ lang.langcode }}/">{{ lang.langtext }}</a></li>
|
||||
|
|
|
@ -28,7 +28,7 @@ menu:
|
|||
- text: À propos
|
||||
url: /fr/a-propos
|
||||
---
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="{{ page.langcode }}">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
|
@ -51,7 +51,7 @@ menu:
|
|||
<div id="head">
|
||||
<div class="wrap">
|
||||
<ul id="lang">
|
||||
<li><a href="javascript:void();">{{ page.langtext }}</a>
|
||||
<li><a href="#" onclick="return false;">{{ page.langtext }}</a>
|
||||
<ul>
|
||||
{% for lang in site.langs %}{% if lang.langcode != page.langcode %}
|
||||
<li><a href="/{{ lang.langcode }}/">{{ lang.langtext }}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue