diff --git a/bootstrapTheme/static/css/theme.css b/bootstrapTheme/static/css/theme.css index 4f1a057..8774aef 100644 --- a/bootstrapTheme/static/css/theme.css +++ b/bootstrapTheme/static/css/theme.css @@ -396,6 +396,9 @@ header { color: #fff; opacity: 0.7; } + .nav-collapse .nav.pull-right { + float: none !important; + } } /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { diff --git a/bootstrapTheme/templates/bootstrapTheme/bootstrapTheme.html b/bootstrapTheme/templates/bootstrapTheme/bootstrapTheme.html index bfe0a84..09b742f 100644 --- a/bootstrapTheme/templates/bootstrapTheme/bootstrapTheme.html +++ b/bootstrapTheme/templates/bootstrapTheme/bootstrapTheme.html @@ -20,6 +20,8 @@ {% endaddtoblock %} {% addtoblock "js" strip %} + +{% endaddtoblock %} {% addtoblock "js" strip %} {% endaddtoblock %} {% addtoblock "js" strip %} diff --git a/musicians/templates/musicians/addressbook.html b/musicians/templates/musicians/addressbook.html index 8d8014b..3614fef 100644 --- a/musicians/templates/musicians/addressbook.html +++ b/musicians/templates/musicians/addressbook.html @@ -137,7 +137,7 @@ >
diff --git a/website/templates/website/base.html b/website/templates/website/base.html index 600b51b..b9fa75f 100644 --- a/website/templates/website/base.html +++ b/website/templates/website/base.html @@ -5,12 +5,10 @@ - Blechreiz + Blechreiz {% render_block "css" %} - - @@ -19,18 +17,16 @@