forked from rarias/bscpkgs
user guide: generate html with css
This commit is contained in:
19
garlic/doc/s.css
Normal file
19
garlic/doc/s.css
Normal file
@@ -0,0 +1,19 @@
|
||||
html {
|
||||
line-height: 1.6;
|
||||
margin-bottom: 50px;
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 700px;
|
||||
text-align: justify;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
display: block;
|
||||
padding: 3px 3px;
|
||||
line-height: 1.4;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
Reference in New Issue
Block a user