diff --git a/public_html/css/core.css b/public_html/css/core.css index cc58fbf1..6bb051bd 100644 --- a/public_html/css/core.css +++ b/public_html/css/core.css @@ -24,6 +24,10 @@ h3 { font-size: 20px; } +small { + font-size: 13px; +} + #middle { padding: 0 2em; position: relative; diff --git a/public_html/css/home.css b/public_html/css/home.css index 27bfd3e6..d51f1667 100644 --- a/public_html/css/home.css +++ b/public_html/css/home.css @@ -18,10 +18,12 @@ #home .post .left { display: inline-block; float: left; + margin-right: 0.5em; } #home .post .right { display: inline-block; float: right; + margin-left: 0.5em; } #home .post-footer, @@ -35,5 +37,7 @@ #home .version { opacity: .4; - font-size: 12px; +} +#home .subheader, #home .post-footer { + font-size: 85%; } diff --git a/public_html/css/post.css b/public_html/css/post.css index eac3cad9..dc78f4ea 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -229,6 +229,7 @@ position: absolute; background: rgba(255, 255, 255, 0.3); border: 1px solid rgba(0, 0, 0, 0.3); + font-size: 12pt; } .post-note .text-wrapper { position: absolute; diff --git a/public_html/templates/home.tpl b/public_html/templates/home.tpl index 980df919..f6ef17f3 100644 --- a/public_html/templates/home.tpl +++ b/public_html/templates/home.tpl @@ -1,7 +1,7 @@
- Serving <%= globals.postCount || 0 %> posts (<%= formatFileSize(globals.postSize || 0) %>) +
+ Serving <%= globals.postCount || 0 %> posts (<%= formatFileSize(globals.postSize || 0) %>)
<% if (post && post.id) { %> @@ -11,7 +11,7 @@