improved key navigation display
this smooths the navigation via key.
This commit is contained in:
parent
abd4be7e1c
commit
33f6d15234
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user