diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:05:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:05:23 -0800 |
| commit | 9239bfbc7bbd549d987da03046399dd5fcbd5f7f (patch) | |
| tree | 59ccd973d5d5a0c4c87f7d98520cc505834edd24 /less/type.less | |
| parent | b0e2b5813db753bdfa3ee018ccdd73e78a69457e (diff) | |
| download | bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.tar.xz bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.zip | |
more vars changed, remove @white var
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 28b68bb37..3fa68751d 100644 --- a/less/type.less +++ b/less/type.less @@ -158,7 +158,7 @@ hr { margin: @line-height-base 0; border: 0; border-top: 1px solid @hrBorder; - border-bottom: 1px solid @white; + border-bottom: 1px solid #fff; } // Abbreviations and acronyms |
