Skip to content

Commit

Permalink
Doc link back to blog.
Browse files Browse the repository at this point in the history
  • Loading branch information
billyquith committed Jan 6, 2016
1 parent 5ee3902 commit ac56dc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
20 changes: 14 additions & 6 deletions doc/api/dox_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1132,26 +1132,27 @@ dl.section dd {

#projectalign
{
vertical-align: middle;
vertical-align: middle;
}

#projectname
{
font: 300% Tahoma, Arial,sans-serif;
margin: 0px;
padding: 2px 0px;
font: 1em Arial,sans-serif;
margin-left: 1em;
padding: 1px 8px 1px 8px;
background-color: #eee;
}

#projectbrief
{
font: 120% Tahoma, Arial,sans-serif;
font: 100% Arial,sans-serif;
margin: 0px;
padding: 0px;
}

#projectnumber
{
font: 50% Tahoma, Arial,sans-serif;
font: 90% Arial,sans-serif;
margin: 0px;
padding: 0px;
}
Expand All @@ -1162,6 +1163,13 @@ dl.section dd {
margin: 0px;
width: 100%;
border-bottom: 1px solid #5373B4;
background-color: #444;
}

.title_link {
padding: 1px 8px 1px 8px;
background-color: #ddd;
margin-left: 1em;
}

.image
Expand Down
3 changes: 2 additions & 1 deletion doc/api/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<tr style="height: 16px;">
<!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
<!--END PROJECT_LOGO-->
Expand All @@ -47,6 +47,7 @@
<td>$searchbox</td>
<!--END SEARCHENGINE-->
<!--END DISABLE_INDEX-->
<td><a href="../" class="title_link">blog</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit ac56dc0

Please sign in to comment.