mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
regenerate GitHub CSS
This commit is contained in:
parent
f73e0a064d
commit
016093225b
|
@ -172,13 +172,6 @@
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body button:-moz-focusring,
|
|
||||||
.markdown-body [type="button"]:-moz-focusring,
|
|
||||||
.markdown-body [type="reset"]:-moz-focusring,
|
|
||||||
.markdown-body [type="submit"]:-moz-focusring {
|
|
||||||
outline: 1px dotted ButtonText;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-body [type="checkbox"] {
|
.markdown-body [type="checkbox"] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -330,10 +323,6 @@
|
||||||
font-feature-settings: "liga" 0;
|
font-feature-settings: "liga" 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body .form-select::-ms-expand {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-body::before {
|
.markdown-body::before {
|
||||||
display: table;
|
display: table;
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -528,8 +517,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
word-break: normal;
|
|
||||||
word-break: keep-all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body table th {
|
.markdown-body table th {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user