0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 15:23:29 -05:00

Tidy document.html

This commit is contained in:
Neil Jenkins 2012-03-29 16:24:03 +11:00
parent cfb08691c2
commit 746e86a3a8
2 changed files with 104 additions and 102 deletions

View file

@ -1,56 +1,57 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title></title> <title></title>
<style type="text/css"> <style type="text/css">
html { html {
height: 100%; height: 100%;
} }
body { body {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-ms-box-sizing: border-box; -ms-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
height: 100%; height: 100%;
padding: 1em; padding: 1em;
background: transparent; background: transparent;
color: #2b2b2b; color: #2b2b2b;
font: 13px/1.35 Helvetica, arial, sans-serif; font: 13px/1.35 Helvetica, arial, sans-serif;
cursor: text; cursor: text;
} }
a { a {
text-decoration: underline; text-decoration: underline;
} }
h1 { h1 {
font-size: 138.5%; font-size: 138.5%;
} }
h2 { h2 {
font-size: 123.1%; font-size: 123.1%;
} }
h3 { h3 {
font-size: 108%; font-size: 108%;
} }
h1,h2,h3,p { h1,h2,h3,p {
margin: 1em 0; margin: 1em 0;
} }
h4,h5,h6 { h4,h5,h6 {
margin: 0; margin: 0;
} }
ul, ol { ul, ol {
margin: 0 1em; margin: 0 1em;
padding: 0 1em; padding: 0 1em;
} }
blockquote {
blockquote { border-left: 2px solid blue;
border-left: 2px solid blue; margin: 0;
margin: 0; padding: 0 10px;
padding: 0 10px; }
} </style>
</style>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
</head> </head>
<body><script type="text/javascript" src="squire.js"></script></body> <body>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
<script type="text/javascript" src="squire.js"></script>
</body>
</html> </html>

View file

@ -1,56 +1,57 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title></title> <title></title>
<style type="text/css"> <style type="text/css">
html { html {
height: 100%; height: 100%;
} }
body { body {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-ms-box-sizing: border-box; -ms-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
height: 100%; height: 100%;
padding: 1em; padding: 1em;
background: transparent; background: transparent;
color: #2b2b2b; color: #2b2b2b;
font: 13px/1.35 Helvetica, arial, sans-serif; font: 13px/1.35 Helvetica, arial, sans-serif;
cursor: text; cursor: text;
} }
a { a {
text-decoration: underline; text-decoration: underline;
} }
h1 { h1 {
font-size: 138.5%; font-size: 138.5%;
} }
h2 { h2 {
font-size: 123.1%; font-size: 123.1%;
} }
h3 { h3 {
font-size: 108%; font-size: 108%;
} }
h1,h2,h3,p { h1,h2,h3,p {
margin: 1em 0; margin: 1em 0;
} }
h4,h5,h6 { h4,h5,h6 {
margin: 0; margin: 0;
} }
ul, ol { ul, ol {
margin: 0 1em; margin: 0 1em;
padding: 0 1em; padding: 0 1em;
} }
blockquote {
blockquote { border-left: 2px solid blue;
border-left: 2px solid blue; margin: 0;
margin: 0; padding: 0 10px;
padding: 0 10px; }
} </style>
</style>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
</head> </head>
<body><script type="text/javascript" src="squire.js"></script></body> <body>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
<script type="text/javascript" src="squire.js"></script>
</body>
</html> </html>