improved CSS for IE
svn: r6588 original commit: 06f925e50a3826b5afda9b792150fa84f602cfa7
This commit is contained in:
parent
d79e577792
commit
f5bd09be05
|
@ -77,7 +77,7 @@
|
||||||
(type "text/css")
|
(type "text/css")
|
||||||
(href "scribble.css")
|
(href "scribble.css")
|
||||||
(title "default"))))
|
(title "default"))))
|
||||||
(body ,@(render-part d ht)))])
|
(body (div ((class "main")) ,@(render-part d ht))))])
|
||||||
(install-file scribble-css)
|
(install-file scribble-css)
|
||||||
(xml:write-xml/content (xml:xexpr->xml xpr)))))
|
(xml:write-xml/content (xml:xexpr->xml xpr)))))
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,16 @@
|
||||||
body {
|
body {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
max-width: 35em;
|
font-family: Times;
|
||||||
|
text-align: center;
|
||||||
|
width: 35em;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: 0.5em;
|
}
|
||||||
font-family: Times;
|
|
||||||
|
.main {
|
||||||
|
width: 35em;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.refpara {
|
.refpara {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user