Skip to content

Commit

Permalink
Fixing pagination border for Cerulean, Journal, Readable, Simplex, Sp…
Browse files Browse the repository at this point in the history
…acelab & United
  • Loading branch information
jenil committed Aug 21, 2013
1 parent 7c146c6 commit c109243
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 6 deletions.
5 changes: 5 additions & 0 deletions cerulean/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7350,6 +7350,11 @@ h6 {
color: #317EAC;
}

.pagination .active > a,
.pagination .active > a:hover {
border-color: #ddd;
}

.panel-primary .panel-title {
color: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion cerulean/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions cerulean/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ h1, h2, h3, h4, h5, h6 {

// Navs =======================================================================

.pagination {

.active > a,
.active > a:hover {
border-color: #ddd;
}
}

// Indicators =================================================================

// Progress bars ==============================================================
Expand Down
5 changes: 5 additions & 0 deletions journal/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7285,6 +7285,11 @@ h6 {
border-color: #22b24c;
}

.pagination .active > a,
.pagination .active > a:hover {
border-color: #ddd;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
Expand Down
2 changes: 1 addition & 1 deletion journal/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions journal/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ h1, h2, h3, h4, h5, h6 {

// Navs =======================================================================

.pagination {

.active > a,
.active > a:hover {
border-color: #ddd;
}
}

// Indicators =================================================================

// Progress bars ==============================================================
Expand Down
5 changes: 5 additions & 0 deletions readable/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7318,6 +7318,11 @@ h6 {
font-weight: bold;
}

.pagination .active > a,
.pagination .active > a:hover {
border-color: #ddd;
}

.clearfix:before,
.clearfix:after {
display: table;
Expand Down
2 changes: 1 addition & 1 deletion readable/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions readable/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ h1, h2, h3, h4, h5, h6 {

// Navs =======================================================================

.pagination {

.active > a,
.active > a:hover {
border-color: #ddd;
}
}

// Indicators =================================================================

// Progress bars ==============================================================
Expand Down
5 changes: 5 additions & 0 deletions simplex/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7353,6 +7353,11 @@ h6 {
border-color: #3d9400;
}

.pagination .active > a,
.pagination .active > a:hover {
border-color: #ddd;
}

.clearfix:before,
.clearfix:after {
display: table;
Expand Down
2 changes: 1 addition & 1 deletion simplex/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions simplex/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ h1, h2, h3, h4, h5, h6 {

// Navs =======================================================================

.pagination {

.active > a,
.active > a:hover {
border-color: #ddd;
}
}

// Indicators =================================================================

// Progress bars ==============================================================
Expand Down
5 changes: 5 additions & 0 deletions spacelab/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7355,6 +7355,11 @@ h6 {
color: #2d2d2d;
}

.pagination .active > a,
.pagination .active > a:hover {
border-color: #ddd;
}

.clearfix:before,
.clearfix:after {
display: table;
Expand Down
2 changes: 1 addition & 1 deletion spacelab/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions spacelab/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ h1, h2, h3, h4, h5, h6 {

// Navs =======================================================================

.pagination {

.active > a,
.active > a:hover {
border-color: #ddd;
}
}

// Indicators =================================================================

// Progress bars ==============================================================
Expand Down
5 changes: 5 additions & 0 deletions united/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7230,6 +7230,11 @@ td.visible-print {
}
}

.pagination .active > a,
.pagination .active > a:hover {
border-color: #ddd;
}

.clearfix:before,
.clearfix:after {
display: table;
Expand Down
2 changes: 1 addition & 1 deletion united/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions united/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@

// Navs =======================================================================

.pagination {

.active > a,
.active > a:hover {
border-color: #ddd;
}
}

// Indicators =================================================================

// Progress bars ==============================================================
Expand Down

0 comments on commit c109243

Please sign in to comment.