Vier: pager content is now centered
This commit is contained in:
parent
c83aae2f1f
commit
bb641dec62
1 changed files with 4 additions and 3 deletions
|
@ -1901,10 +1901,10 @@ ul.tabs li {
|
||||||
|
|
||||||
ul.tabs a, div.pager a {
|
ul.tabs a, div.pager a {
|
||||||
/* min-width: 34px; */
|
/* min-width: 34px; */
|
||||||
display: block;
|
/* display: block;
|
||||||
float: left;
|
float: left; */
|
||||||
padding-bottom: 0px;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
padding-bottom: 6px;
|
||||||
/* padding: 0px 12px 0px 12px; */
|
/* padding: 0px 12px 0px 12px; */
|
||||||
/* color: #444; */
|
/* color: #444; */
|
||||||
color: darkgrey;
|
color: darkgrey;
|
||||||
|
@ -1960,6 +1960,7 @@ ul.tabs a:hover {
|
||||||
border-bottom: 2px solid #244C5E;
|
border-bottom: 2px solid #244C5E;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: grey;
|
color: grey;
|
||||||
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tabs li .active, span.pager_current a {
|
ul.tabs li .active, span.pager_current a {
|
||||||
|
|
Loading…
Reference in a new issue