Fix search icon's placement in small browser

This commit is contained in:
AhyoungRyu 2016-10-15 12:22:18 +09:00
parent 244992d4cf
commit f1d97ef840
2 changed files with 4 additions and 8 deletions

View file

@ -118,8 +118,6 @@
<li><a href="{{BASE_PATH}}/development/howtocontributewebsite.html">How to contribute (website)</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav">
<li>
<a href="{{BASE_PATH}}/search.html" class="nav-search-link">
<span class="fa fa-search nav-search-icon"></span>

View file

@ -552,12 +552,6 @@ a.anchor {
background: #286090;
}
@media only screen and (min-width: 768px) {
.navbar-fixed-top > .container {
width: 800px;
}
}
a.anchorjs-link:hover { text-decoration: none; }
/* Table of Contents(TOC) */
@ -625,6 +619,10 @@ and (max-width: 1024px) {
.navbar-collapse.collapse {
padding-right: 0;
}
.navbar-fixed-top > .container {
width: 800px;
}
}
/* master branch docs dropdown menu */