diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2013-12-27 23:46:44 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2013-12-27 23:46:44 +0100 |
commit | 6e1d4c1a8bba9cdf03c5bde104d0d50dffbfab41 (patch) | |
tree | 7a02decb9946df881e2dc19c02153c579e590c79 /pyaggr3g470r/templates/layout.html | |
parent | Feed deleteion confirmation. (diff) | |
download | newspipe-6e1d4c1a8bba9cdf03c5bde104d0d50dffbfab41.tar.gz newspipe-6e1d4c1a8bba9cdf03c5bde104d0d50dffbfab41.tar.bz2 newspipe-6e1d4c1a8bba9cdf03c5bde104d0d50dffbfab41.zip |
Removed bootstrat-responsive.css
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 9f1deeab..7424b00d 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -11,7 +11,6 @@ <!-- Bootstrap core CSS --> <link href="{{ url_for('.static', filename = 'css/bootstrap.css') }}" rel="stylesheet" media="screen" /> - <link href="{{ url_for('.static', filename = 'css/bootstrap-responsive.css') }}" rel="stylesheet" /> <!-- Add custom CSS here --> <style> |