We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cd385 commit 9ea1557Copy full SHA for 9ea1557
src/Report/Html/Renderer/Template/css/style.css
@@ -147,14 +147,13 @@ table + .structure-heading {
147
padding-top: 0.5em;
148
}
149
150
-table#code {
151
- td:nth-child(1) {
152
- padding-left: .75em;
153
- padding-right: .75em;
154
- a {
155
- text-decoration: none;
156
- }
157
+table#code td:first-of-type {
+ padding-left: .75em;
+ padding-right: .75em;
+}
+
+table#code td:first-of-type a {
+ text-decoration: none;
158
159
160
.legend {
0 commit comments