We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaa333 commit 7fde585Copy full SHA for 7fde585
qiita_pet/static/img/logo-clear.png
13.6 KB
qiita_pet/templates/sitebase.html
@@ -14,7 +14,7 @@
14
{% block head %}{% end %}
15
</head>
16
<body style="padding-top: 65px;">
17
- <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+ <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
18
<div class="container">
19
<div class="navbar-header">
20
<!-- button that appears if the window is re-sized to a smaller size -->
@@ -31,7 +31,7 @@
31
<li>
32
<!-- qiita logo -->
33
<a class="navbar-brand" rel="home" href="/" title="Qiita">
34
- <img style="max-width:100px; margin-top: -7px;" src="/static/img/logo.png">
+ <img style="max-width:100px; margin-top: -7px;" src="/static/img/logo-clear.png">
35
</a>
36
</li>
37
<!-- meta-analysis menu -->
0 commit comments