Skip to content

Commit

Permalink
Merge pull request #67 from sandmanx/gh-pages
Browse files Browse the repository at this point in the history
Fixed overlapping of copyright text with other options in the sidebar
  • Loading branch information
daminisatya committed Oct 2, 2016
2 parents 21000a5 + dfc488b commit 425ac62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 10 additions & 0 deletions css/theme-lava.css
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,16 @@ nav .container {
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
}
.copy-text-box {
position: relative;
height: 250px;
width: 100%;
color: rgba(255, 255, 255, 0.5);
}
.copy-text-bottom {
position: absolute;
bottom: 5px;
}
.text-panel {
background: #474747;
padding: 18px;
Expand Down
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<ul class="menu">
<li><a class="inner-link" href="#top">Home</a></li>
<li><a href="./about" target="_self">About</a></li>
<li><a href="http://eventyay.com" target="_self">eventyay Event Management</a></li>
<li><a href="http://eventyay.com" target="_self">Event Management</a></li>
<li><a class="inner-link" href="#labs" target="_self">Labs &amp; Code</a></li>
<li><a href="http://github.com/fossasia" target="_self">Contribute</a></li>
<!-- <li><a class="inner-link" href="#support" target="_self">Support</a></li><li><a class="inner-link" href="#subscribe" target="_self">Subscribe</a></li> -->
Expand All @@ -146,9 +146,11 @@
</ul>
</div>

<div class="copy-text">
<span>© Copyright 2016 Creative Commons By License, FOSSASIA</span>
</div>
<div class="copy-text-box">
<div class="copy-text-bottom">
<span>© Copyright 2016 Creative Commons By License, FOSSASIA</span>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit 425ac62

Please sign in to comment.