File tree 8 files changed +580
-42
lines changed
8 files changed +580
-42
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,7 @@ div#logo {
27
27
padding-bottom : 10px ;
28
28
background : white;
29
29
text-align : center;
30
- }
31
-
32
- # logo img {
33
- border : 0 ;
30
+ width : 142px ;
34
31
}
35
32
36
33
div # date {
@@ -39,10 +36,8 @@ div#date {
39
36
padding-bottom : 40px ;
40
37
}
41
38
42
-
43
39
h1 {
44
40
margin-bottom : 2px ;
45
-
46
41
border-color : # 7A9437 ;
47
42
border-style : solid;
48
43
border-width : 0 0 3px 0 ;
@@ -82,11 +77,6 @@ span#organisation {
82
77
text-decoration : none;
83
78
}
84
79
85
- /*
86
- background: #ABAD85 #CED4BD
87
- background: #DEE4CD
88
- */
89
-
90
80
# confmenu a .active {
91
81
color : # 7A9437 ;
92
82
background : # DEE4CD ;
@@ -125,7 +115,7 @@ background: #DEE4CD
125
115
}
126
116
127
117
# content a : hover {
128
- background : # 898B5E ;
118
+ background : # 898B5E ;
129
119
}
130
120
131
121
h2 {
@@ -167,16 +157,18 @@ span.resolved {
167
157
font-size : small;
168
158
}
169
159
170
- # content table {
160
+ # content table {
171
161
border-collapse : collapse;
172
162
width : 90% ;
173
163
margin : auto;
174
164
margin-top : 5px ;
175
165
}
166
+
176
167
# content thead {
177
168
background-color : # CED4BD ;
178
169
border : 1px solid # 7A9437 ;
179
170
}
171
+
180
172
# content tbody {
181
173
border-collapse : collapse;
182
174
background-color : # FFFFFF ;
@@ -268,3 +260,10 @@ td.title:first-letter {
268
260
color : # 7A9437 ;
269
261
background-color : transparent;
270
262
}
263
+
264
+ /* Firefox seems to need this */
265
+
266
+ svg .icon {
267
+ heigth : 1rem ;
268
+ width : 1rem ;
269
+ }
You can’t perform that action at this time.
0 commit comments