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