We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0657c3 commit cf21401Copy full SHA for cf21401
scaladoc/resources/dotty_res/styles/theme/layout/content.css
@@ -170,8 +170,29 @@
170
/* content table */
171
#content table {
172
color: var(--text-primary);
173
+ border-collapse: collapse;
174
}
175
176
+#content table tbody {
177
+ text-align: right;
178
+}
179
+
180
+#content table tr td:last-child,
181
+#content table th:last-child {
182
+ text-align: left;
183
184
185
+#content table * {
186
+ padding: calc(2 * var(--base-spacing)) var(--base-spacing) 17px;
187
188
189
+#content table tr {
190
+ border-bottom: 1px solid var(--border-default);
191
192
193
+#content table tr:last-child {
194
+ border-bottom: none;
195
196
197
/* content link */
198
#content a {
0 commit comments