diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-23 17:05:52 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-23 17:05:52 +0200 |
commit | a0861bd9c560d313b704161c40d06476c4b76a14 (patch) | |
tree | 7f56d87a8727e69bd1dd167bafb418ec4ae28db2 /pyaggr3g470r/templates/home.html | |
parent | Only display count when there are unread articles. (diff) | |
download | newspipe-a0861bd9c560d313b704161c40d06476c4b76a14.tar.gz newspipe-a0861bd9c560d313b704161c40d06476c4b76a14.tar.bz2 newspipe-a0861bd9c560d313b704161c40d06476c4b76a14.zip |
Test with container-fluid layout.
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r-- | pyaggr3g470r/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 6bcd08fb..8b0d5059 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} {% block content %} -<div class="container"> +<div class="container-fluid"> <div classe="row"> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked" ui-sortable="sortableOptions"> |