[tor-commits] [compass/master] Switched to using minified bootstrap css

karsten at torproject.org karsten at torproject.org
Mon Jan 7 07:09:40 UTC 2013


commit 3b2b57e6c39d6fa390626b0d229c27d8408c7aab
Author: Chris Wacek <cwacek at cs.georgetown.edu>
Date:   Thu Dec 20 16:46:51 2012 -0500

    Switched to using minified bootstrap css
---
 templates/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index 7626773..9876ad8 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -8,7 +8,7 @@
     <meta name="author" content="Sathyanarayanan Gunasekaran">
 
     <!-- Le styles -->
-    <link href="static/css/bootstrap.css" rel="stylesheet">
+    <link href="static/css/bootstrap.min.css" rel="stylesheet">
     <link href="static/lib/select2/select2.css" rel='stylesheet'>
     <link href="static/lib/angular-ui/angular-ui.min.css" rel="stylesheet">
     <link href="static/css/style.css" rel="stylesheet">





More information about the tor-commits mailing list