From 557fc53cd63cb3f1786f32ccde06f705fd3bbe40 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Fri, 4 Nov 2022 22:23:10 +0100 Subject: [PATCH] Updated trackhacks.scss to fix styling after update to 1.4 --- scss/trachacks.scss | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/scss/trachacks.scss b/scss/trachacks.scss index c826f68..52518a8 100644 --- a/scss/trachacks.scss +++ b/scss/trachacks.scss @@ -22,11 +22,22 @@ a:link, a:visited { } h1, h2, h3, h4, h5, h6, span { + &.section { + color: inherit; + background: none; + } + &.section + * { + margin-top: unset !important; + } &:target { background: $green-very-light; } } +[role="main"] .section { + padding-bottom: unset; +} + .inlinebuttons { input { border-radius: 5px; @@ -48,6 +59,14 @@ div.trac-content { } } +#content.narrow #wikipage { + max-width: none; +} + +#trac-wiki-expander { + display: none; +} + .full-width [role="main"] { max-width: 1400px; } @@ -157,8 +176,10 @@ blockquote.citation { } #ticket { - background-color: $white; - border-color: $gray-line; + #ticketbox { + background-color: $white; + border-color: $gray-line; + } table.properties { border-top-color: $gray-line; th, th.missing { @@ -247,11 +268,13 @@ div[role="main"]{ border-radius: 0; text-align: center; padding: 0.5em 0 0.5em 0; + font-weight: normal; a, a:hover { background: none; @include sans-serif; color: $green-dark; + text-transform: none; } &.first { padding-left: 0;