Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Sep 14, 2017
1 parent 7b9ce9a commit 39076cd
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 38 deletions.
11 changes: 11 additions & 0 deletions docs/assets/split.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ section{
.signature{
font-weight: normal;
}
#project-name .github-logo{
position: relative;
top: 1px;
width: 15px;
height: 15px;
margin-left: 5px;
opacity: 0.6;
}
#project-name .github-logo:hover{
opacity: 1;
}
.github-logo{
display: inline-block;
width: 13px;
Expand Down
11 changes: 11 additions & 0 deletions docs/default_theme/assets/split.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ section{
.signature{
font-weight: normal;
}
#project-name .github-logo{
position: relative;
top: 1px;
width: 15px;
height: 15px;
margin-left: 5px;
opacity: 0.6;
}
#project-name .github-logo:hover{
opacity: 1;
}
.github-logo{
display: inline-block;
width: 13px;
Expand Down
2 changes: 1 addition & 1 deletion docs/default_theme/index._
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class='flex'>
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 id="project-name" class='mb0 no-anchor'><%- config['project-name'] %> <%- config['project-version'] %></h3>
<h3 id="project-name" class='mb0 no-anchor'><%- config['project-name'] %> <%- config['project-version'] %> <a href="https://github.com/mhkeller/indian-ocean" target="_blank" rel="noopener"><span class='github-logo'></span></a></h3>
<div id="filter-input-container"><input
placeholder='Filter'
id='filter-input'
Expand Down

0 comments on commit 39076cd

Please sign in to comment.