diff static/bootstrap/less/scaffolding.less @ 88:a5a3d454eac9

Updated Bootstrap.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 05 Apr 2013 08:08:12 -0700
parents 130eccd396d8
children d29e2f337b00
line wrap: on
line diff
--- a/static/bootstrap/less/scaffolding.less	Wed Apr 03 23:59:07 2013 -0700
+++ b/static/bootstrap/less/scaffolding.less	Fri Apr 05 08:08:12 2013 -0700
@@ -23,7 +23,8 @@
   color: @linkColor;
   text-decoration: none;
 }
-a:hover {
+a:hover,
+a:focus {
   color: @linkColorHover;
   text-decoration: underline;
 }