summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 1288014..3dfa031 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -15,7 +15,7 @@ a:hover {
color: #339;
}
header nav ul {
- padding: 0em;
+ padding: 0rem;
list-style-type: none;
}
header nav ul li {
@@ -36,10 +36,10 @@ article p {
white-space: pre-wrap;
}
#tags {
- padding-bottom: 0.25em;
+ padding-bottom: 0.25rem;
}
#post-nav {
- padding-bottom: 0.25em;
+ padding-bottom: 0.25rem;
}
ul#archive-list {
list-style-type: none;
@@ -47,18 +47,18 @@ ul#archive-list {
}
ul#tag-list {
list-style-type: circle;
- padding-left: 2em;
+ padding-left: 2rem;
}
footer p#copy {
- margin: 0em;
- padding-top: 0.25em;
- padding-bottom: 0.25em;
+ margin: 0rem;
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
}
footer ul#contact-info {
margin: 0;
- padding: 0em;
- padding-top: 0.25em;
- padding-bottom: 0.25em;
+ padding: 0rem;
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
list-style-type: none;
}
footer ul#contact-info li {