Skip to content

Commit e141b4c

Browse files
apollo13bmispelon
authored andcommitted
Updated trackhacks.scss to fix styling after update to 1.4
1 parent 0ed2f9e commit e141b4c

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

scss/trachacks.scss

+25-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,22 @@ a:link, a:visited {
2222
}
2323

2424
h1, h2, h3, h4, h5, h6, span {
25+
&.section {
26+
color: inherit;
27+
background: none;
28+
}
29+
&.section + * {
30+
margin-top: unset !important;
31+
}
2532
&:target {
2633
background: $green-very-light;
2734
}
2835
}
2936

37+
[role="main"] .section {
38+
padding-bottom: unset;
39+
}
40+
3041
.inlinebuttons {
3142
input {
3243
border-radius: 5px;
@@ -48,6 +59,14 @@ div.trac-content {
4859
}
4960
}
5061

62+
#content.narrow #wikipage {
63+
max-width: none;
64+
}
65+
66+
#trac-wiki-expander {
67+
display: none;
68+
}
69+
5170
.full-width [role="main"] {
5271
max-width: 1400px;
5372
}
@@ -157,8 +176,10 @@ blockquote.citation {
157176
}
158177

159178
#ticket {
160-
background-color: $white;
161-
border-color: $gray-line;
179+
#ticketbox {
180+
background-color: $white;
181+
border-color: $gray-line;
182+
}
162183
table.properties {
163184
border-top-color: $gray-line;
164185
th, th.missing {
@@ -247,11 +268,13 @@ div[role="main"]{
247268
border-radius: 0;
248269
text-align: center;
249270
padding: 0.5em 0 0.5em 0;
271+
font-weight: normal;
250272

251273
a, a:hover {
252274
background: none;
253275
@include sans-serif;
254276
color: $green-dark;
277+
text-transform: none;
255278
}
256279
&.first {
257280
padding-left: 0;

0 commit comments

Comments
 (0)