Skip to content

Commit

Permalink
Update theme-default.style.css (#868)
Browse files Browse the repository at this point in the history
Fix issue 867 and remove some duplicated code
  • Loading branch information
dfsmania authored Aug 24, 2024
1 parent a995f1a commit a98476b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions resources/css/theme-default.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ html {
.content>p,
.content>table,
.content>ul,
.content>div,
.content>form>aside,
.content>form>details,
.content>form>h1,
Expand Down Expand Up @@ -961,20 +962,6 @@ html {
.page-wrapper .lang-selector {
display: none
}
.content aside,
.content dl,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content table,
.content ul {
margin-right: 0
}
.content>aside,
.content>details,
.content>dl,
Expand All @@ -988,6 +975,7 @@ html {
.content>p,
.content>table,
.content>ul,
.content>div,
.content>form>aside,
.content>form>details,
.content>form>h1,
Expand Down

0 comments on commit a98476b

Please sign in to comment.