diff options
| author | Mark Otto <[email protected]> | 2011-09-02 00:02:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 00:02:44 -0700 |
| commit | 02abdd60378aa5aecbb9d8bafe23f0cd2b86141a (patch) | |
| tree | 8663d42bcea23fd0bda71a355c57aace74397269 /lib/scaffolding.less | |
| parent | 0159524413f7a90b90cff50fa07d07b85380845d (diff) | |
| download | bootstrap-02abdd60378aa5aecbb9d8bafe23f0cd2b86141a.tar.xz bootstrap-02abdd60378aa5aecbb9d8bafe23f0cd2b86141a.zip | |
remove inset shadow from disabled buttons
Diffstat (limited to 'lib/scaffolding.less')
| -rw-r--r-- | lib/scaffolding.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index 7f2af56ba..b84b43721 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -69,7 +69,6 @@ body { margin: 0; #font > .sans-serif(normal,@basefont,@baseline); color: @gray; - text-rendering: optimizeLegibility; } // Container (centered, fixed-width layouts) @@ -107,4 +106,4 @@ a { color: @linkColorHover; text-decoration: underline; } -} +}
\ No newline at end of file |
