From 92fa1ceb25752c961bf80851c56577bc672d8b36 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 16 Dec 2015 16:53:15 -0500 Subject: [PATCH 1/3] Revert "closes #183" This reverts commit 5f830c434e0ed5c0bc5b66d18968c19c2e1d84dd. --- less/mobile.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/less/mobile.less b/less/mobile.less index a73fc95..da2838c 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -13,10 +13,6 @@ } @media (max-width: 980px) { - html, body { - height: 100%; - } - body { padding-top: 0; padding-bottom: 0; From 14b0840e1fed6ff85d57813d9733671684d46fd6 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 16 Dec 2015 16:53:31 -0500 Subject: [PATCH 2/3] 4.0.45 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7a4698..1c55f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "4.0.44", + "version": "4.0.45", "nbbpm": { "compatibility": "^0.8.2 || ^0.9.0" }, From 51c74d2124eb1778266205ee61c61bdee01839da Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 16 Dec 2015 17:56:33 -0500 Subject: [PATCH 3/3] saner header size and weights for post content --- less/topic.less | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/less/topic.less b/less/topic.less index 93620ca..e4e1592 100644 --- a/less/topic.less +++ b/less/topic.less @@ -34,6 +34,35 @@ } .posts { + h1 { + font-size: 22px; + margin: 10px 0; + } + + h2 { + font-size: 20px; + } + + h3 { + text-transform: uppercase; + font-size: 16px; + font-weight: 900; + } + + h4 { + font-size: 17px; + } + + h5 { + font-weight: 800; + text-transform: uppercase; + } + + h4, h5, h6 { + margin-top: 15px + } + + .icon { position: relative; border-radius: 50%;