Skip to content

Commit

Permalink
add documentation header and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cardillo committed Feb 12, 2015
1 parent 4bd6e6c commit 319dbd4
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 1 deletion.
18 changes: 18 additions & 0 deletions src/main/resources/templates/assets/customizations.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ table.jd-inheritance-table {
line-height: 1em;
}

#header {
width: 960px;
padding: 16px;
margin: 0 auto;
background: #fff;
border-bottom: 4px solid #090;
}

#headerLeft {
padding: 0;
bottom: 12px;
}

#headerRight {
right: 32px;
bottom: 24px;
}

#jd-header,
#jd-header a,
#jd-header a:hover,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 123 additions & 0 deletions src/main/resources/templates/assets/images/joinery.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/main/resources/templates/components/masthead.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
<?cs # disable masthead ?>
<?cs def:custom_masthead() ?><?cs /def ?>
<?cs def:custom_masthead() ?>
<div id="header">
<div id="headerLeft">
<img src="../../assets/images/joinery.png" alt="Joinery" width="48" height="48" />
</div>
<div id="headerRight">
<span id="masthead-title">Joinery &mdash; Data frames for Java</span>
</div>
</div>
<?cs /def ?>

0 comments on commit 319dbd4

Please sign in to comment.