commit 3b2b57e6c39d6fa390626b0d229c27d8408c7aab Author: Chris Wacek cwacek@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">
tor-commits@lists.torproject.org