Skip to content

Commit

Permalink
Emphasize the current page in pagination numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanicus committed Jan 23, 2018
1 parent 4a5729f commit 903d033
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,12 @@ body.co_petitions .ui-dialog {
margin-left: 1em;
font-size: 0.9em;
}
#pagination span.current {
font-weight: bold;
font-size: 120%;
position: relative;
top: 1px;
}
/********************************/
/* My Population - People Index */
/********************************/
Expand Down

0 comments on commit 903d033

Please sign in to comment.