Cleanup
This commit is contained in:
parent
27c5688aa6
commit
07e27e9cf1
1 changed files with 10 additions and 41 deletions
51
default.hbs
51
default.hbs
|
@ -3,11 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title>{{meta_title}}</title>
|
||||
|
||||
{{ghost_head}}
|
||||
|
||||
<style>
|
||||
|
@ -19,53 +16,26 @@
|
|||
text-align: left;
|
||||
background-color: white;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
overflow-wrap: break-word
|
||||
}
|
||||
|
||||
a {
|
||||
/* color: #eba613; */
|
||||
color: #3273dc;
|
||||
}
|
||||
|
||||
h2 a {
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav a {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
a { color: #3273dc; }
|
||||
h2 a { font-weight: 400; color: #000; text-decoration: none }
|
||||
nav a { margin-right: 10px }
|
||||
textarea { width: 100%; font-size: 0.8em }
|
||||
table { width: 100% }
|
||||
figure { margin: 0 }
|
||||
img { max-width: 100%; }
|
||||
|
||||
pre code {
|
||||
background-color: #eee;
|
||||
border-left: 1px solid #999;
|
||||
display: block;
|
||||
padding: 15px;
|
||||
white-space: pre-wrap;
|
||||
white-space: pre-wrap
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
footer { padding: 25px; text-align: center }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
@ -85,6 +55,5 @@
|
|||
</footer>
|
||||
|
||||
{{ghost_foot}}
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue