format changes
This commit is contained in:
parent
0f10f0c9e7
commit
a82f13c317
1 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,6 @@ $def with (title, body)
|
|||
<html>
|
||||
<head>
|
||||
<title>$title</title>
|
||||
<meta name="viewport" content="width=320" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -47,11 +46,9 @@ $def with (title, body)
|
|||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
|
@ -61,20 +58,24 @@ $def with (title, body)
|
|||
<style type="text/css">
|
||||
body {
|
||||
font-family: Georgia;
|
||||
padding: 20px;
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
padding-bottom:5px;
|
||||
padding-top:20px;
|
||||
padding-top:5px;
|
||||
}
|
||||
li {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
p {
|
||||
padding-bottom: 5px;
|
||||
|
|
Reference in a new issue