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 /bootstrap-1.0.0.css | |
| parent | 7e67ddf78897b5cd256e28e2ccc220562827b396 (diff) | |
| download | bootstrap-8ec7566f8baae5807da86665d5ea915c5ec16ce2.tar.xz bootstrap-8ec7566f8baae5807da86665d5ea915c5ec16ce2.zip | |
rgba breaks whole def
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index d9de7d4da..31ffd6263 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Aug 21 12:40:43 PDT 2011 + * Date: Sun Aug 21 12:42:40 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1544,7 +1544,8 @@ div.pagination { div.pagination ul { float: left; margin: 0; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid; + border-right-color: rgba(0, 0, 0, 0.15); border-left-color: #ddd; border-top-color: #ddd; border-bottom-color: #ddd; |
