From c2a1a1101c3ea40676170e25545f39d56cc60d30 Mon Sep 17 00:00:00 2001 From: ayodio Date: Sat, 6 Jul 2013 00:37:12 +0200 Subject: [PATCH] css fix for keyboard navigatin light base css update (border + padding) in order to improve keyboard navigation behaviour (article doesn't move when selected). --- assets/css/app.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 8ae6cd6..166bd94 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -35,7 +35,7 @@ a:focus { } a:hover { - color: #333; + color: #333; text-decoration: none; } @@ -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,18 +398,16 @@ 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; } - /* item */ .item { padding-left: 5px;