Skip to content

Commit fd3918b

Browse files
authored
adjust table style
1 parent 9bea422 commit fd3918b

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

Desktop/html/css/jasp.css

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,9 @@ th[colspan="2"] {
101101
padding-right: 1em ;
102102
}
103103

104-
td.value {
105-
padding-left : 1em ;
106-
padding-right: 0 ;
107-
}
108-
109-
td.symbol {
110-
text-align: left ;
111-
padding-right: 1em ;
112-
padding-left: 0 ;
113-
}
114-
115104
td {
105+
padding-left: 2em;
106+
padding-right: 1em;
116107
text-align: right ;
117108
vertical-align: top ;
118109
}
@@ -215,7 +206,7 @@ td.text {
215206
}
216207

217208
tfoot td {
218-
209+
padding-left: 0em ;
219210
text-align: left;
220211
}
221212

@@ -654,4 +645,4 @@ iframe.ql-video {
654645
100% {
655646
transform: translateX(0);
656647
}
657-
}
648+
}

0 commit comments

Comments
 (0)