添加徽标到Bootstrap Navbar

时间:2013-12-15 03:02:09

标签: html css twitter-bootstrap heroku

感谢您提前提供的帮助 - 我花了大部分时间试图弄明白这一点。堆栈溢出上有一些类似的帖子,我试过但无济于事。在使用引导程序导航栏时,我一直在尝试显示徽标时遇到问题。我的徽标显示在开发中非常好,但当我推送到heroku时,徽标和导航栏压倒了页面的上半部分。我还预编译了我的资产,所以我不认为这是问题所在。

我的_header.html.erb视图中的代码如下所示:

<header class="navbar navbar-fixed-top">
  <div class="navbar-inner">
    <div class="container">
      <%= link_to root_path, id: "logo" do %>
      <%= image_tag('doneLogo.jpg') %>
      <% end %>
    </div>
  </div>
</header>

我在custom.css.scss中对徽标的CSS样式如下:

#logo { padding-top: 1px; width: 180px; }

非常感谢任何想法或想法。如果有任何其他信息有用,请告诉我。

0 个答案:

没有答案