Skip to content

Commit

Permalink
Css tweaks: Indent h3 on man pages; Revert to default bootstrap inlin…
Browse files Browse the repository at this point in the history
…e code formatting.
  • Loading branch information
somiaj committed Apr 11, 2024
1 parent ffd6b37 commit d659d6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion _sass/_fvwm3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ p.title-indent
}
// Move manpage headers left for all but small screens.
@media (min-width: 576px ) {
.sect1 > h2 {
.sect1 > h2, .sect2 > h3 {
margin-left: -1em;
}
}
Expand Down
8 changes: 0 additions & 8 deletions _sass/_monokai.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
p > code {
padding-left: 0.25rem;
padding-right: 0.25rem;
background-color: $fwin-bgcolor;
color: $fwin-color;
border-radius: 5px;
border: 1px solid $border-color;
}
.highlight {
margin: 1rem 1rem;
padding: 0.25rem;
Expand Down

0 comments on commit d659d6e

Please sign in to comment.