diff options
author | Jayaram Pai | 2013-11-19 20:01:07 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-19 20:01:07 +0530 |
commit | 07ade45a4fb3a4ee68834712e9ef7652f1a75b8b (patch) | |
tree | e8616776a4ab4da73b5e7a5521c01d1ece655edc | |
parent | bbf03c9d0c960acf605cfcd5452cdce5a88124ca (diff) | |
download | SciPy2013-07ade45a4fb3a4ee68834712e9ef7652f1a75b8b.tar.gz SciPy2013-07ade45a4fb3a4ee68834712e9ef7652f1a75b8b.tar.bz2 SciPy2013-07ade45a4fb3a4ee68834712e9ef7652f1a75b8b.zip |
app css test
-rw-r--r-- | website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index aad33f2..7105798 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -19,7 +19,7 @@ <link rel="stylesheet" href="{% static 'css/foundation.css' %}" /> <link rel="stylesheet" href="{% static 'css/main.css' %}" /> <link rel="stylesheet" href="{% static 'css/override.css' %}" /> - + <link rel="stylesheet" href="{% static 'css/foundation3/app.css' %}"> <script src="js/vendor/custom.modernizr.js"></script> </head> |