Skip to content

Commit 4a0d105

Browse files
committed
Build
1 parent f5936c1 commit 4a0d105

1 file changed

Lines changed: 3 additions & 22 deletions

File tree

dist/four-point-nine/styles/default.css

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ header::after,
4545
footer::after,
4646
nav ul::after,
4747
nav ol::after,
48-
.container::after,
49-
.paginator::after {
48+
.container::after {
5049
content: "";
5150
display: table;
5251
clear: both;
@@ -358,15 +357,8 @@ h6 a:active {
358357
* <a rel="next">
359358
*/
360359
.paginator {
361-
clear: both;
362-
}
363-
364-
.paginator [rel=prev] {
365-
float: left;
366-
}
367-
368-
.paginator [rel=next] {
369-
float: right;
360+
display: flex;
361+
justify-content: space-between;
370362
}
371363

372364
/**
@@ -770,17 +762,6 @@ bdo[dir=rtl] {
770762
background-position: 0.5em center;
771763
}
772764

773-
/**
774-
* Swap paginator (prev/next) navigation links on articles/article lists.
775-
*/
776-
[dir=rtl] .paginator [rel=prev] {
777-
float: right;
778-
}
779-
780-
[dir=rtl] .paginator [rel=next] {
781-
float: left;
782-
}
783-
784765
/**
785766
* Swap ‘skip links’ position in RTL languages.
786767
*/

0 commit comments

Comments
 (0)