-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CSS and JS in CleanBlog theme #15
Move needed css for Wyam to a separate wyam.css
- Loading branch information
1 parent
243c520
commit b6687be
Showing
9 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +0,0 @@ | ||
/* pagination */ | ||
.pager { | ||
margin: 20px 0 0; | ||
padding-left: 0; | ||
text-align: center; | ||
list-style: none; | ||
} | ||
|
||
.pager li { | ||
display: inline; | ||
} | ||
|
||
.pager .previous > a, .pager .previous > span { | ||
float: left; | ||
} | ||
|
||
.pager .next > a, .pager .next > span { | ||
float: right; | ||
} | ||
|
||
/* required for proper display of tags */ | ||
ul.actions.wrapped{ | ||
flex-wrap: wrap; | ||
} | ||
|
||
/* required for proper display of follow icons in footer */ | ||
ul.actions > li > .icon > .label | ||
{ | ||
display: inherit; | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* pagination */ | ||
.pager { | ||
margin: 20px 0 0; | ||
padding-left: 0; | ||
text-align: center; | ||
list-style: none; | ||
} | ||
|
||
.pager li { | ||
display: inline; | ||
} | ||
|
||
.pager .previous > a, .pager .previous > span { | ||
float: left; | ||
} | ||
|
||
.pager .next > a, .pager .next > span { | ||
float: right; | ||
} | ||
|
||
/* required for proper display of tags */ | ||
ul.actions.wrapped{ | ||
flex-wrap: wrap; | ||
} | ||
|
||
/* required for proper display of follow icons in footer */ | ||
ul.actions > li > .icon > .label | ||
{ | ||
display: inherit; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +0,0 @@ | ||
/* required for proper display of follow icons in footer */ | ||
ul.actions > li > .icon > .label | ||
{ | ||
display: inherit; | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* required for proper display of follow icons in footer */ | ||
ul.actions > li > .icon > .label | ||
{ | ||
display: inherit; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
/* required for proper display of tags */ | ||
ul.actions.wrapped{ | ||
flex-wrap: wrap; | ||
} | ||
|
||
/* required for proper display of follow icons in footer */ | ||
ul.actions > li > .icon > .label | ||
{ | ||
display: inherit; | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* required for proper display of tags */ | ||
ul.actions.wrapped{ | ||
flex-wrap: wrap; | ||
} | ||
|
||
/* required for proper display of follow icons in footer */ | ||
ul.actions > li > .icon > .label | ||
{ | ||
display: inherit; | ||
} |