diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 12:42:43 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 12:42:43 -0700 |
| commit | 8ec7566f8baae5807da86665d5ea915c5ec16ce2 (patch) | |
| tree | 0c47d88217281cfda6eb019a0a8e00e7dff88d50 /lib/patterns.less | |
| parent | 7e67ddf78897b5cd256e28e2ccc220562827b396 (diff) | |
| download | bootstrap-8ec7566f8baae5807da86665d5ea915c5ec16ce2.tar.xz bootstrap-8ec7566f8baae5807da86665d5ea915c5ec16ce2.zip | |
rgba breaks whole def
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 4a9b70295..b784419d4 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -456,7 +456,8 @@ div.pagination { ul { float: left; margin: 0; - border: 1px solid rgba(0,0,0,.15); + border: 1px solid; + border-right-color: rgba(0,0,0,.15); border-left-color: #ddd; border-top-color: #ddd; border-bottom-color: #ddd; |
