Put formatting on one line
This commit is contained in:
parent
9156335945
commit
67bb16c581
1 changed files with 1 additions and 5 deletions
|
@ -8,11 +8,7 @@ cat << __EOF__
|
||||||
<head>
|
<head>
|
||||||
<title>$1</title>
|
<title>$1</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body { font-family: sans-serif; margin: auto; width: 26cm; }
|
||||||
font-family: sans-serif;
|
|
||||||
width: 26cm;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue