comparison 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
comparison
equal deleted inserted replaced
87:c0cf67362fb1 88:a5a3d454eac9
21 21
22 a { 22 a {
23 color: @linkColor; 23 color: @linkColor;
24 text-decoration: none; 24 text-decoration: none;
25 } 25 }
26 a:hover { 26 a:hover,
27 a:focus {
27 color: @linkColorHover; 28 color: @linkColorHover;
28 text-decoration: underline; 29 text-decoration: underline;
29 } 30 }
30 31
31 32