diff options
| author | Pierre Letouzey | 2014-12-05 16:11:26 +0100 |
|---|---|---|
| committer | Pierre Letouzey | 2014-12-09 12:14:39 +0100 |
| commit | c04159843794f2b1615f033a3ba540fd0bf7f5ea (patch) | |
| tree | a1354e61a0fd2ea9ec38b77eacdeee90608ff357 /doc/common/styles/html/coqremote/header.html | |
| parent | 6f47b089934c10c38a5dfb126b5ae62ec9c305a0 (diff) | |
doc: improved xhtml compatibility (cover, header,...)
Diffstat (limited to 'doc/common/styles/html/coqremote/header.html')
| -rw-r--r-- | doc/common/styles/html/coqremote/header.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/common/styles/html/coqremote/header.html b/doc/common/styles/html/coqremote/header.html index a46ccb88f0..c6c4509133 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> |
