Browse Source

Update MDN documentations

Simon Legner 10 months ago
parent
commit
a2b9b2a77e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      assets/stylesheets/pages/_mdn.scss

+ 3 - 0
assets/stylesheets/pages/_mdn.scss

@@ -28,6 +28,9 @@
 
 
   p > code, li > code { @extend %label; }
   p > code, li > code { @extend %label; }
 
 
+  details { @extend %box; }
+  summary > div { display: inline; }
+
   > .note,
   > .note,
   .notecard, // MDN 2021
   .notecard, // MDN 2021
   .notice,
   .notice,