diff options
author | Justin Mayer <entroP@gmail.com> | 2016-07-02 10:22:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-02 10:22:42 -0600 |
commit | ff8412aa11f221fe0326730cece398a8c3bc0bf6 (patch) | |
tree | acab8e0dba8e30ee32d2f7e4e33eabe36e698641 /pelican-bootstrap3/templates | |
parent | fb3b91cf2e46779dd23197f72c9396ddf0099cef (diff) | |
parent | 35d54746404b6ddcca5a47ba58d4abc2ce24226c (diff) | |
download | pelican-themes-ff8412aa11f221fe0326730cece398a8c3bc0bf6.tar.gz |
Merge pull request #398 from bnice5000/CSS_Fixes
pelican-bootstrap3: CSS fixes
Diffstat (limited to 'pelican-bootstrap3/templates')
-rw-r--r-- | pelican-bootstrap3/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index cbbed8a..7c041d5 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -114,7 +114,7 @@ </button> {% endif %} <a href="{{ SITEURL }}/" class="navbar-brand"> - {% if SITELOGO %}<img src="{{ SITEURL }}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %} + {% if SITELOGO %}<img class="img-responsive pull-left gap-right" src="{{ SITEURL }}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %} {% if not HIDE_SITENAME %}{{ SITENAME }}{% endif %} </a> </div> |