diff options
| author | Thomas Park <thomas@thomaspark.me> | 2013-09-04 06:21:30 -0700 |
|---|---|---|
| committer | Thomas Park <thomas@thomaspark.me> | 2013-09-04 06:21:30 -0700 |
| commit | b64a21573272e15bdd49651002e29ef347cf19a4 (patch) | |
| tree | 4c4f82d619696338e348cd803d7b18a25861467f /spacelab/bootstrap.css | |
| parent | 2b2dc2b65490c4c91ee73d4df3f7d4e2077fdeb9 (diff) | |
| parent | c109243865d335295f604ad89bbcfa190146e498 (diff) | |
Merge pull request #148 from jenil27/gh-pages
Fixing pagination border for themes,
Diffstat (limited to 'spacelab/bootstrap.css')
| -rw-r--r-- | spacelab/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css index 35956736..f0a65400 100644 --- a/spacelab/bootstrap.css +++ b/spacelab/bootstrap.css @@ -7355,6 +7355,11 @@ h6 { color: #2d2d2d; } +.pagination .active > a, +.pagination .active > a:hover { + border-color: #ddd; +} + .clearfix:before, .clearfix:after { display: table; |
