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 /united/bootstrap.css | |
parent | 2b2dc2b65490c4c91ee73d4df3f7d4e2077fdeb9 (diff) | |
parent | c109243865d335295f604ad89bbcfa190146e498 (diff) |
Merge pull request #148 from jenil27/gh-pages
Fixing pagination border for themes,
Diffstat (limited to 'united/bootstrap.css')
-rw-r--r-- | united/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css index e3adb3ac..683760b3 100644 --- a/united/bootstrap.css +++ b/united/bootstrap.css @@ -7230,6 +7230,11 @@ td.visible-print { } } +.pagination .active > a, +.pagination .active > a:hover { + border-color: #ddd; +} + .clearfix:before, .clearfix:after { display: table; |