Commit 5fda5cc0 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Fix typos in the pre-wrap CSS primitives

parent 7e54f05d
...@@ -421,7 +421,6 @@ pre { ...@@ -421,7 +421,6 @@ pre {
white-space: normal; white-space: normal;
width: 600px; width: 600px;
} }
pre { white-space: -moz-pre-wrap; }
pre { white-space: pre-wrap; } pre { white-space: pre-wrap; }
tt, code { tt, code {
...@@ -430,8 +429,7 @@ tt, code { ...@@ -430,8 +429,7 @@ tt, code {
color: black; color: black;
white-space: normal; white-space: normal;
} }
tt, code { white-space: -moz-pre-wrap; } tt, code { white-space: pre-wrap; }
tt, code { pre-wrap; }
dt { dt {
margin: 1.5em 0 0 0; margin: 1.5em 0 0 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment