optimize css further

hslick-master
Leah Rowe 2022-02-17 04:01:27 +00:00
parent 74e3f9e4c2
commit 45ebe644fa
1 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,9 @@ $if(keywords)$
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style type="text/css">
:not(p) {max-width:60em; margin:0 auto}
img,video,iframe,pre {max-width:100%; overflow:auto}
html {
background:#111; color:#eee;
font-family:sans-serif; line-height:1.4;
@ -34,9 +37,6 @@ html {
code,pre, #TOC, a:hover {background:#333}
a {color:#fcc}
:not(p),a:hover {max-width:60em; margin:0 auto}
img,video,iframe,pre {max-width:100%; overflow:auto}
.title>*, header ul>li, .nav ul>li,
#footer ul>li, .h:hover>* {
display:inline; margin:.7%; text-align:center