Skip to content

Commit aa0f5d4

Browse files
committed
remove disabled CSS
1 parent 97516c9 commit aa0f5d4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/css/doc.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
.doc h6:hover .anchor {
101101
color: var(--color-brand-primary);
102102
visibility: visible;
103-
/* -webkit-text-stroke-width: initial; */
104103
}
105104

106105
.doc p,
@@ -199,15 +198,6 @@
199198
background: var(--body-background);
200199
font-size: calc(15 / var(--rem-base) * 1rem);
201200
margin: 1.5rem 0 0;
202-
/* enable table-layout: fixed if you want the table width to be enforced strictly */
203-
/* alternative is to wrap table in div and set overflow-x: auto on the wrapper */
204-
/* another alternative is to set overflow-x: auto and display: block on table (but this breaks table borders) */
205-
/* table-layout: fixed; */
206-
/*
207-
display: block;
208-
overflow-x: auto;
209-
max-width: 100%;
210-
*/
211201
}
212202

213203
@media screen and (min-width: 1024px) {

0 commit comments

Comments
 (0)