commit: c4a46a2b0a303ac416e21ae68495a270c24e5506
parent 39a6d10d476df966829ac86487a3edfdad471b09
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 22 Apr 2022 22:45:07 +0200
css/index.css: Clean out prefixes and old rules
Diffstat:
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -121,19 +121,9 @@ thead td, thead th {
border: none;
}
-quote[lang=fr]::before, *[lang=fr] > quote::before { content: "« "; }
-quote[lang=fr]::after, *[lang=fr] > quote::after { content: " »"; }
-quote + cite::before { content: " — "; }
-
rt,rp { font-size: 75%; }
kbd, samp {
- -webkit-user-select: all;
- -webkit-user-select: contain;
- -moz-user-select: all;
- -moz-user-select: contain;
- -ms-user-select: all;
- -ms-user-select: contain;
user-select: all;
user-select: contain;
}
@@ -148,9 +138,6 @@ section:target { border: 1px dashed var(--ansi03); }
/* classes */
.select-all {
- -webkit-user-select: all;
- -moz-user-select: all;
- -ms-user-select: all;
user-select: all;
}
.warn { border-bottom: 1pt solid var(--ansi01); }
@@ -159,8 +146,6 @@ dl.list dt {
list-style-type: disc;
list-style-position: inside;
}
-.left { float: left; }
-.right { float: right; }
img.thumb_inline {
max-width: 45%;