diff options
author | Pierre Letouzey <pierre.letouzey@inria.fr> | 2014-12-05 16:11:26 +0100 |
---|---|---|
committer | Pierre Letouzey <pierre.letouzey@inria.fr> | 2014-12-09 12:14:39 +0100 |
commit | c04159843794f2b1615f033a3ba540fd0bf7f5ea (patch) | |
tree | a1354e61a0fd2ea9ec38b77eacdeee90608ff357 /doc/common/styles | |
parent | 6f47b089934c10c38a5dfb126b5ae62ec9c305a0 (diff) |
doc: improved xhtml compatibility (cover, header,...)
Diffstat (limited to 'doc/common/styles')
-rw-r--r-- | doc/common/styles/html/coqremote/cover.html | 14 | ||||
-rw-r--r-- | doc/common/styles/html/coqremote/footer.html | 4 | ||||
-rw-r--r-- | doc/common/styles/html/coqremote/header.html | 14 | ||||
-rw-r--r-- | doc/common/styles/html/coqremote/styles.hva | 15 | ||||
-rw-r--r-- | doc/common/styles/html/simple/cover.html | 6 | ||||
-rw-r--r-- | doc/common/styles/html/simple/header.html | 4 | ||||
-rw-r--r-- | doc/common/styles/html/simple/styles.hva | 8 |
7 files changed, 32 insertions, 33 deletions
diff --git a/doc/common/styles/html/coqremote/cover.html b/doc/common/styles/html/coqremote/cover.html index ac7d81d4e..12043269c 100644 --- a/doc/common/styles/html/coqremote/cover.html +++ b/doc/common/styles/html/coqremote/cover.html @@ -3,14 +3,14 @@ <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> -<style type="text/css" media="all">@import "/modules/node/node.css";</style> -<style type="text/css" media="all">@import "/modules/system/defaults.css";</style> -<style type="text/css" media="all">@import "/modules/system/system.css";</style> -<style type="text/css" media="all">@import "/modules/user/user.css";</style> -<style type="text/css" media="all">@import "/sites/all/themes/coq/style.css";</style> -<style type="text/css" media="all">@import "/sites/all/themes/coq/coqdoc.css";</style> +<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/user/user.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coq/style.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coq/coqdoc.css" /> <title>Reference Manual | The Coq Proof Assistant</title> diff --git a/doc/common/styles/html/coqremote/footer.html b/doc/common/styles/html/coqremote/footer.html index 1ec276576..23dfccb62 100644 --- a/doc/common/styles/html/coqremote/footer.html +++ b/doc/common/styles/html/coqremote/footer.html @@ -22,8 +22,8 @@ <div id="nav-footer"> <ul class="links-menu-footer"> <li><a href="mailto:coq-www_@_inria.fr">webmaster</a></li> - <li><a href="http://validator.w3.org/check?uri=referer">xhtml valid</a></li> - <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS valid</a></li> + <li><a href="http://validator.w3.org/">xhtml valid</a></li> + <li><a href="http://jigsaw.w3.org/css-validator/">CSS valid</a></li> </ul> </div> </div> diff --git a/doc/common/styles/html/coqremote/header.html b/doc/common/styles/html/coqremote/header.html index a46ccb88f..c6c450913 100644 --- a/doc/common/styles/html/coqremote/header.html +++ b/doc/common/styles/html/coqremote/header.html @@ -2,14 +2,14 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> -<style type="text/css" media="all">@import "/modules/node/node.css";</style> -<style type="text/css" media="all">@import "/modules/system/defaults.css";</style> -<style type="text/css" media="all">@import "/modules/system/system.css";</style> -<style type="text/css" media="all">@import "/modules/user/user.css";</style> -<style type="text/css" media="all">@import "/sites/all/themes/coq/style.css";</style> -<style type="text/css" media="all">@import "/sites/all/themes/coq/coqdoc.css";</style> +<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/user/user.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coq/style.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coq/coqdoc.css" /> <title>Standard Library | The Coq Proof Assistant</title> diff --git a/doc/common/styles/html/coqremote/styles.hva b/doc/common/styles/html/coqremote/styles.hva index c5d37c0f4..bf093948f 100644 --- a/doc/common/styles/html/coqremote/styles.hva +++ b/doc/common/styles/html/coqremote/styles.hva @@ -1,14 +1,13 @@ \renewcommand{\@meta}{ \begin{rawhtml} -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> -<style type="text/css" media="all">@import "/modules/node/node.css";</style> -<style type="text/css" media="all">@import "/modules/system/defaults.css";</style> -<style type="text/css" media="all">@import "/modules/system/system.css";</style> -<style type="text/css" media="all">@import "/modules/user/user.css";</style> -<style type="text/css" media="all">@import "/sites/all/themes/coq/style.css";</style> -<style type="text/css" media="all">@import "/sites/all/themes/coq/coqdoc.css";</style> -<style type="text/css" media="all">@import "/sites/all/themes/coq/hevea.css";</style> +<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/modules/user/user.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coq/style.css" /> +<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coq/coqdoc.css" /> \end{rawhtml}} % for HeVeA diff --git a/doc/common/styles/html/simple/cover.html b/doc/common/styles/html/simple/cover.html index 7cc20f582..d34ddd33a 100644 --- a/doc/common/styles/html/simple/cover.html +++ b/doc/common/styles/html/simple/cover.html @@ -4,11 +4,11 @@ <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Reference Manual | The Coq Proof Assistant</title> -<link rel="stylesheet" type="text/css" href="style.css"/> -<link rel="stylesheet" type="text/css" href="coqdoc.css"/> +<link rel="stylesheet" type="text/css" href="style.css" /> +<link rel="stylesheet" type="text/css" href="coqdoc.css" /> </head> diff --git a/doc/common/styles/html/simple/header.html b/doc/common/styles/html/simple/header.html index ca5435380..c350a8b9b 100644 --- a/doc/common/styles/html/simple/header.html +++ b/doc/common/styles/html/simple/header.html @@ -4,8 +4,8 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -<link rel="stylesheet" href="coqdoc.css" type="text/css"/> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<link rel="stylesheet" href="coqdoc.css" type="text/css" /> <title>The Coq Standard Library</title> </head> diff --git a/doc/common/styles/html/simple/styles.hva b/doc/common/styles/html/simple/styles.hva index 76935cb14..64cf21067 100644 --- a/doc/common/styles/html/simple/styles.hva +++ b/doc/common/styles/html/simple/styles.hva @@ -1,10 +1,10 @@ \renewcommand{\@meta}{ \begin{rawhtml} -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> -<link rel="stylesheet" type="text/css" href="style.css"> -<link rel="stylesheet" type="text/css" href="coqdoc.css"> -<link rel="stylesheet" type="text/css" href="hevea.css"> +<link rel="stylesheet" type="text/css" href="style.css" /> +<link rel="stylesheet" type="text/css" href="coqdoc.css" /> +<link rel="stylesheet" type="text/css" href="hevea.css" /> \end{rawhtml}} |