[tor-commits] [check/master] Change the style of the update warning.

arlo at torproject.org arlo at torproject.org
Mon Nov 18 06:48:01 UTC 2013


commit 5771f806c704e6a3896ac60207c64df27e2fa04c
Author: Arlo Breault <arlolra at gmail.com>
Date:   Sun Nov 17 22:47:26 2013 -0800

    Change the style of the update warning.
---
 public/base.html |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/public/base.html b/public/base.html
index 62b7a4c..20f2c05 100644
--- a/public/base.html
+++ b/public/base.html
@@ -17,10 +17,10 @@
     a:hover { text-decoration: underline; }
     ul { margin: 0; padding: 0; }
     li {
-    	text-align: left;
-    	display: inline;
-    	list-style-type: none;
-    	margin: 0;
+      text-align: left;
+      display: inline;
+      list-style-type: none;
+      margin: 0;
     }
     .on { color: green; }
     .off { color: red; }
@@ -30,9 +30,16 @@
     }
     .small { font-size: 0.8em; }
     .security {
-    	margin: 2em 0;
-    	font-size: 2em;
-    	color: orange;
+      margin: 2em 0;
+      padding: 1em;
+      font-size: 1.4em;
+      color: goldenrod;
+      background-color: ghostwhite;
+      border-radius: 5px;
+    }
+    .security a {
+      color: goldenrod;
+      text-decoration: underline;
     }
     .onion {
       width: 128px;



More information about the tor-commits mailing list