Add icons and shortcuts to the board (pull-request #348)

This commit is contained in:
Frédéric Guillot
2014-10-25 16:01:08 -04:00
parent 45b5e8b879
commit 7af67934cf
2 changed files with 31 additions and 4 deletions

View File

@@ -522,6 +522,15 @@ nav .active a {
border-bottom: 1px dotted red;
}
.page-header h2 a {
color: #ddd;
}
.page-header h2 a:focus,
.page-header h2 a:hover {
color: #333;
}
.page-header ul {
text-align: left;
margin-top: 5px;