[tor-commits] [bridgedb/develop] Link to new stylesheets in base.html template.

isis at torproject.org isis at torproject.org
Mon Apr 14 22:02:10 UTC 2014


commit 3092a9d0a74acd095212e8cb4a4705091be84c5a
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Apr 11 11:19:25 2014 +0000

    Link to new stylesheets in base.html template.
---
 lib/bridgedb/templates/base.html |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html
index 91d3341..fc8d03c 100644
--- a/lib/bridgedb/templates/base.html
+++ b/lib/bridgedb/templates/base.html
@@ -9,7 +9,11 @@
 <meta name="author" content="The Tor Project">
 
 <!-- Le styles -->
-<link href="/assets/main.css" rel="stylesheet">
+<link rel="stylesheet" href="/assets/css/main.css">
+<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
+<!--[if IE 7]>
+  <link rel="stylesheet" href="/assets/css/font-awesome-ie7.min.css">
+<![endif]-->
 
 % if rtl:
 <style>





More information about the tor-commits mailing list