]> git.tuebingen.mpg.de Git - dss.git/commitdiff
index.html: Inline style sheet.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 May 2024 00:12:12 +0000 (02:12 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 22 May 2024 16:38:06 +0000 (18:38 +0200)
This should speed up the page because it saves the additional http
connection to the web server do download dss.css.

dss.css [deleted file]
index.html.m4

diff --git a/dss.css b/dss.css
deleted file mode 100644 (file)
index a9da07f..0000000
--- a/dss.css
+++ /dev/null
@@ -1,12 +0,0 @@
-BODY,TD {
-       background-color: #ffffff;
-       color: #333333;
-}
-
-HR {
-       background-color: #ffff00;
-}
-
-A {
-       color: #4444ff;
-}
index a41338039a192cbe126249a5787f4e91784f9a2a..34e4b74159e965f7cd8a15fd0d97de6de6abc62b 100644 (file)
@@ -5,7 +5,20 @@ dnl SPDX-License-Identifier: GPL-2.0
 <head>
        <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
        <title>PACKAGE() - SLOGAN()</title>
-       <LINK href="dss.css" REL="stylesheet" TYPE="text/css">
+       <style type='text/css'>
+               body,td {
+                       background-color: #ffffff;
+                       color: #333333;
+               }
+
+               hr {
+                       background-color: #ffff00;
+               }
+
+               a {
+                       color: #4444ff;
+               }
+       </style>
        <link rel="shortcut icon" href="dss.ico">
 </head>