We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6643065 commit 5101078Copy full SHA for 5101078
src/librustdoc/html/static/rustdoc.css
@@ -200,10 +200,31 @@ summary {
200
outline: none;
201
}
202
203
-/* FIXME: Remove after normalize.css is either upgraded or removed (#86629) */
+/* Fix some style changes due to normalize.css 8 */
204
+
205
+td,
206
+th {
207
+ padding: 0;
208
+}
209
210
+table {
211
+ border-collapse: collapse;
212
213
214
+button,
215
+input,
216
+optgroup,
217
+select,
218
+textarea {
219
+ color: inherit;
220
+ font: inherit;
221
+ margin: 0;
222
223
224
+/* end tweaks for normalize.css 8 */
225
226
details:not(.rustdoc-toggle) summary {
227
margin-bottom: .6em;
- display: list-item;
228
229
230
code, pre, a.test-arrow {
0 commit comments