1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 00:58:31 +03:00

document version in footer

This commit is contained in:
Mark Otto 2015-04-15 15:06:16 -07:00
parent c34844519e
commit fb24bf6b9b
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# Dependencies
markdown: kramdown
highlighter: rouge
@ -9,6 +8,8 @@ permalink: pretty
source: docs
baseurl: ""
version: 2.0.3
sass:
sass_dir: ../
style: compressed

View File

@ -72,7 +72,7 @@
<footer class="footer">
Copyright GitHub {{ site.time | date: '%Y' }}.<br>
Created and maintained by the CSS team at GitHub.
Created and maintained by the CSS team at GitHub. <strong>Currently v{{ site.version }}.</strong>
</footer>
</div>

View File

@ -217,6 +217,10 @@ body {
line-height: 1.75;
color: #7a7a7a;
border-top: 1px solid #eee;
strong {
color: #333;
}
}