Skip to content

Commit

Permalink
Revert "make the right menu float"
Browse files Browse the repository at this point in the history
This reverts commit 2864edd.
  • Loading branch information
ryber committed Jun 16, 2022
1 parent 2864edd commit 405b78a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<header>
<nav class="width-limit">
<a id="logo" href="/unirest-java"><img src="/unirest-java/img/kong.png" style="vertical-align:middle" alt="Logo"></a> <span style="font-size: 32px; font-style: italic;">Unirest-Java</span>
<!--<ul>-->
<!--<li><a href="/download">Download</a></li>-->
<!--<li><a href="/documentation">Docs</a></li>-->
<!--<li><a href="/tutorials">Tutorials</a></li>-->
<!--<li><a href="/news">News</a></li>-->
<!--<li><a href="/contact">Contact</a></li>-->
<!--</ul>-->
<div id="some-buttons">
<div id="githubStar">
<img id="starBg" style="width:92px;height:20px;" src="{% include base64/ghStars.b64 %}" alt="">
Expand All @@ -30,6 +37,11 @@
width="95" height="20">
</iframe>
</div>
<!--
<a class="img-button" href="https://twitter.com/sparkjava" target="_blank">
<img src="{% include base64/twitter.b64 %}" title="Follow Spark on Twitter" alt="Follow Spark on Twitter">
</a>
-->
</div>
</nav>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/_frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ nav {
}

.right-menu {
position: float;
position: fixed;
left: 50%;
list-style: none;
padding: 0;
Expand Down

0 comments on commit 405b78a

Please sign in to comment.