[tor-commits] [onionoo/master] Inline CSS.

karsten at torproject.org karsten at torproject.org
Wed Jul 31 10:31:00 UTC 2013


commit 35a0a9bf29146aea0dc95df678382b4846f06a44
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jul 31 12:27:45 2013 +0200

    Inline CSS.
---
 web/css/stylesheet-ltr.css |   41 -----------------------------------------
 web/index.html             |   13 ++++++++++++-
 2 files changed, 12 insertions(+), 42 deletions(-)

diff --git a/web/css/stylesheet-ltr.css b/web/css/stylesheet-ltr.css
deleted file mode 100644
index db09591..0000000
--- a/web/css/stylesheet-ltr.css
+++ /dev/null
@@ -1,41 +0,0 @@
-body {
-  background-color: white;
-  font-family: Arial, Helvetica, sans-serif;
-  font-size: 1em;
-  font-style: normal;
-  color: #000000;
-  padding-top: 0px;
-  background-color: white;
-  margin: 0px auto 0 auto;
-  width: 85%;
-  padding: 15px 0 10px 10px;
-  text-indent: 0pt;
-  direction: ltr;
-  text-align: left;
-}
-
-h2 {
-  font-size: 1.4em;
-  font-weight: bold;
-}
-
-h3 {
-  font-size: 1.2em;
-  font-weight: bold;
-}
-
-li {
-  margin: .2em .2em .2em 1em;
-}
-
-img {
-  margin: .2em .2em .2em .2em;
-}
-
-a.anchor {
-  font-size: 1em;
-  color: black;
-  font-weight: bold;
-  text-decoration: none;
-}
-
diff --git a/web/index.html b/web/index.html
index 825955e..888130e 100755
--- a/web/index.html
+++ b/web/index.html
@@ -1,9 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
+<style>
+body { background-color: white; font-family: Arial, Helvetica, sans-serif;
+  font-size: 1em; font-style: normal; color: #000000; padding-top: 0px;
+  background-color: white; margin: 0px auto 0 auto; width: 85%;
+  padding: 15px 0 10px 10px; text-indent: 0pt; direction: ltr;
+  text-align: left; }
+h2 { font-size: 1.4em; font-weight: bold; }
+h3 { font-size: 1.2em; font-weight: bold; }
+li { margin: .2em .2em .2em 1em; }
+a.anchor { font-size: 1em; color: black; font-weight: bold;
+  text-decoration: none; }
+</style>
 <title>Onionoo — a Tor network status protocol</title>
 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
-<link href="css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
 <link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
 </head>
 <body>



More information about the tor-commits mailing list