Revert "improved key navigation display"

This reverts commit 33f6d15234.
This commit is contained in:
ayodio 2013-07-02 13:27:51 +02:00
parent 33f6d15234
commit 1db5e12469
1 changed files with 3 additions and 5 deletions

View File

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