home » zplus/freepost.git
Author zPlus <-> 2016-03-18 14:53:58
Committer zPlus <-> 2016-03-18 14:53:58
Commit 790b7f3 (patch)
Tree d9ba5ea
Parent(s)

Fix post title


commits diff: 1c0c257..790b7f3
1 file changed, 10 insertions, 0 deletionsdownload


Diffstat
-rw-r--r-- css/freepost.css 10

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+10/-0 M   css/freepost.css
index 9bac743..41bbdb3
old size: 8K - new size: 9K
@@ -148,6 +148,16 @@ html, body
148 148 {
149 149 }
150 150
151 + .content > .post > .title
152 + {
153 + font-size: 1.5em;
154 + }
155 +
156 + .content > .post > .info
157 + {
158 + margin: 1em 0;
159 + }
160 +
151 161 /* Post text */
152 162 .content > .post > .text
153 163 {