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/breadcrumbs.less | |
| parent | b0e2b5813db753bdfa3ee018ccdd73e78a69457e (diff) | |
| download | bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.tar.xz bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.zip | |
more vars changed, remove @white var
Diffstat (limited to 'less/breadcrumbs.less')
| -rw-r--r-- | less/breadcrumbs.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less index 8553147cc..9d2dd5a5f 100644 --- a/less/breadcrumbs.less +++ b/less/breadcrumbs.less @@ -11,7 +11,7 @@ border-radius: @border-radius-base; li { display: inline-block; - text-shadow: 0 1px 0 @white; + text-shadow: 0 1px 0 #fff; &:after { display: inline-block; content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space |
