diff options
| author | Mark Otto <[email protected]> | 2011-08-27 15:30:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-27 15:30:18 -0700 |
| commit | 650251228bfda8d57a09b4b350ce2b9f1e0efcc1 (patch) | |
| tree | 8672baea7464277a7ef8d498a0b0bbe69f11306a /lib/patterns.less | |
| parent | b552281558be2ae54e71df064527af5239c494ab (diff) | |
| download | bootstrap-650251228bfda8d57a09b4b350ce2b9f1e0efcc1.tar.xz bootstrap-650251228bfda8d57a09b4b350ce2b9f1e0efcc1.zip | |
redefine the grid to use attribute selectors with css regex, make previously fixed grid values use variables we use elsewhere
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index cc25b120c..9dabd22c9 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -434,7 +434,7 @@ footer { } &:active { - @shadow: inset 0 3px 7px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05); + @shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05); .box-shadow(@shadow); } |
