Skip to content

Commit

Permalink
Add build date to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 9, 2012
1 parent cdb3d8a commit 8508331
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</head>
<body>
<nav class="site-navigation">
<div class="build-date">Last Updated: {{ site.time }}</div>
<ul>
<li><a href="#site-header">Welcome</a></li>
<li><a href="#getting_started">Getting Started</a>
Expand Down
1 change: 1 addition & 0 deletions styles/all.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions styles/site/site-navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
overflow: auto;
width: 240px;
}
.build-date{
.mbs;
color: #AAA;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}
.site-navigation ul{
.man;
.pan;
Expand Down

0 comments on commit 8508331

Please sign in to comment.