Skip to content

Commit

Permalink
fix: nasty classname typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Jan 8, 2022
1 parent bf600ce commit 5c7f838
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions blog-theme/customized_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@
margin-right: 0px;
}
#Blog1 .post-body hr.seperator.content-block {
#Blog1 .post-body hr.separator.content-block {
padding: 1px;
height: 1px;
background: linear-gradient(90deg, transparent, $(dark.background.color), transparent);
Expand All @@ -2233,7 +2233,7 @@
opacity: 0.75;
}
#Blog1 .post-body hr.seperator.content-block::before {
#Blog1 .post-body hr.separator.content-block::before {
content: "";
height: 20px;
width: 20px;
Expand All @@ -2244,7 +2244,7 @@
transform: translate(-50%, -50%);
}
#Blog1 .post-body hr.seperator.content-block::after {
#Blog1 .post-body hr.separator.content-block::after {
content: "";
height: 8px;
width: 8px;
Expand Down
6 changes: 3 additions & 3 deletions blog-theme/theme+adsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@
margin-right: 0px;
}
#Blog1 .post-body hr.seperator.content-block {
#Blog1 .post-body hr.separator.content-block {
padding: 1px;
height: 1px;
background: linear-gradient(90deg, transparent, $(dark.background.color), transparent);
Expand All @@ -2231,7 +2231,7 @@
opacity: 0.75;
}
#Blog1 .post-body hr.seperator.content-block::before {
#Blog1 .post-body hr.separator.content-block::before {
content: "";
height: 20px;
width: 20px;
Expand All @@ -2242,7 +2242,7 @@
transform: translate(-50%, -50%);
}
#Blog1 .post-body hr.seperator.content-block::after {
#Blog1 .post-body hr.separator.content-block::after {
content: "";
height: 8px;
width: 8px;
Expand Down
6 changes: 3 additions & 3 deletions blog-theme/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@
margin-right: 0px;
}
#Blog1 .post-body hr.seperator.content-block {
#Blog1 .post-body hr.separator.content-block {
padding: 1px;
height: 1px;
background: linear-gradient(90deg, transparent, $(dark.background.color), transparent);
Expand All @@ -2226,7 +2226,7 @@
opacity: 0.75;
}
#Blog1 .post-body hr.seperator.content-block::before {
#Blog1 .post-body hr.separator.content-block::before {
content: "";
height: 20px;
width: 20px;
Expand All @@ -2237,7 +2237,7 @@
transform: translate(-50%, -50%);
}
#Blog1 .post-body hr.seperator.content-block::after {
#Blog1 .post-body hr.separator.content-block::after {
content: "";
height: 8px;
width: 8px;
Expand Down
8 changes: 4 additions & 4 deletions demo-content/blog.xml

Large diffs are not rendered by default.

0 comments on commit 5c7f838

Please sign in to comment.