improved key navigation display

this smooths the navigation via key.
This commit is contained in:
ayodio 2013-07-02 13:23:36 +02:00
parent abd4be7e1c
commit 33f6d15234
1 changed files with 5 additions and 3 deletions

View File

@ -365,7 +365,10 @@ nav .active a {
/* items listing */
.items article {
border: 1px dotted #ddd;
margin-bottom: 20px;
padding: 5px;
background-color: #fff;
}
.items h2 {
@ -395,15 +398,14 @@ nav .active a {
}
.items .preview {
color: #555;
line-height: 1.5em;
font-size: 100%;
font-family: Georgia, serif;
}
.items #current-item {
border: 2px dashed #d14;
padding: 5px;
border: 3px solid #bce;
padding: 3px;
}