Force background image to snap left, adapted from https://github.com/cc65/doc/pull/1
This commit is contained in:
10
doc/doc.css
10
doc/doc.css
@@ -2,12 +2,14 @@ body {
|
|||||||
font-family: arial, helvetica, sans-serif;
|
font-family: arial, helvetica, sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
margin-left: 110px;
|
margin: 0px;
|
||||||
margin-top: 10px;
|
padding-left: 110px;
|
||||||
margin-right: 30px;
|
padding-top: 10px;
|
||||||
margin-bottom: 10px;
|
padding-right: 30px;
|
||||||
|
padding-bottom: 10px;
|
||||||
background-image: url(doc.png);
|
background-image: url(doc.png);
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
|
background-position:left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h2 a:link, h2 a:active, h2 a:visited {
|
h1, h2, h2 a:link, h2 a:active, h2 a:visited {
|
||||||
|
|||||||
Reference in New Issue
Block a user