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