Skip to content

Commit

Permalink
PR #56 was broken
Browse files Browse the repository at this point in the history
This fixes the display now finally.
  • Loading branch information
rugk committed Aug 10, 2016
1 parent fc677b8 commit eee2505
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions css/bootstrap/privatebin.css
Expand Up @@ -15,6 +15,9 @@ body.navbar-spacing {

.navbar-nav {
margin: 0 8px;
}

.navbar-brand {
padding: 3px;
padding-left: 8px;
}
Expand Down
Binary file added out.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions privatebin
2 changes: 1 addition & 1 deletion tpl/bootstrap-compact.php
Expand Up @@ -65,7 +65,7 @@
<span class="icon-bar"></span>
</button>
<a class="reloadlink navbar-brand" href="/">
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="20" />
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="45" />
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
Expand Down
2 changes: 1 addition & 1 deletion tpl/bootstrap-dark-page.php
Expand Up @@ -64,7 +64,7 @@
<span class="icon-bar"></span>
</button>
<a class="reloadlink navbar-brand" href="/">
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="20" />
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="45" />
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
Expand Down
2 changes: 1 addition & 1 deletion tpl/bootstrap-dark.php
Expand Up @@ -64,7 +64,7 @@
<span class="icon-bar"></span>
</button>
<a class="reloadlink navbar-brand" href="/">
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="20" />
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="45" />
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
Expand Down
2 changes: 1 addition & 1 deletion tpl/bootstrap-page.php
Expand Up @@ -64,7 +64,7 @@
<span class="icon-bar"></span>
</button>
<a class="reloadlink navbar-brand" href="/">
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="20" />
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="45" />
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
Expand Down
2 changes: 1 addition & 1 deletion tpl/bootstrap.php
Expand Up @@ -64,7 +64,7 @@
<span class="icon-bar"></span>
</button>
<a class="reloadlink navbar-brand" href="/">
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="20" />
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="45" />
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
Expand Down

0 comments on commit eee2505

Please sign in to comment.