]> git.g-eek.se Git - interimap.git/commitdiff
doc/template.html: Fix minor space damage.
authorGuilhem Moulin <guilhem@fripost.org>
Fri, 5 Jul 2019 13:29:07 +0000 (15:29 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Fri, 5 Jul 2019 13:29:07 +0000 (15:29 +0200)
doc/template.html

index ceb2576041c75f284c8ca4b4f6237a01fba3cbd0..17cbdbea5e1e54f59723fde182547a5f0faba2a2 100644 (file)
@@ -15,18 +15,21 @@ $if(keywords)$
 $endif$
   <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
   <style type="text/css">
-      code{white-space: pre-wrap;}
-      span.smallcaps{font-variant: small-caps;}
-      span.underline{text-decoration: underline;}
-      div.column{display: inline-block; vertical-align: top; width: 50%;}
-      @media only screen and (min-width: 600px) {
-        .parent {
-          float: right;
-          margin-left: 1em;
-        }
+    code{white-space: pre-wrap;}
+    span.smallcaps{font-variant: small-caps;}
+    span.underline{text-decoration: underline;}
+    div.column{display: inline-block; vertical-align: top; width: 50%;}
+    @media only screen and (min-width: 600px) {
+      .parent {
+        float: right;
+        margin-left: 1em;
       }
+    }
+    @media(max-width: 1440px) { .container{ max-width: 1080px; } }
+    @media(max-width: 1280px) { .container{ max-width: 960px; } }
+    @media(max-width: 1024px) { .container{ max-width: 768px; } }
 $if(quotes)$
-      q { quotes: "“" "”" "‘" "’"; }
+    q { quotes: "“" "”" "‘" "’"; }
 $endif$
   </style>
 $if(highlighting-css)$
@@ -37,11 +40,6 @@ $endif$
 $for(css)$
   <link rel="stylesheet" href="$css$" />
 $endfor$
-  <style type="text/css">
-    @media(max-width: 1440px) { .container{ max-width: 1080px; } }
-    @media(max-width: 1280px) { .container{ max-width: 960px; } }
-    @media(max-width: 1024px) { .container{ max-width: 768px; } }
-  </style>
 $if(math)$
   $math$
 $endif$