home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2018-07-25 07:32:36
Committer zPlus <zplus@peers.community> 2018-07-25 07:32:36
Commit c0b3279 (patch)
Tree 5a9de68
Parent(s)

Increase posts title size.


commits diff: 3611812..c0b3279
2 files changed, 5 insertions, 7 deletionsdownload


Diffstat
-rwxr-xr-x freepost/static/stylus/freepost.styl 10
-rw-r--r-- freepost/templates/layout.html 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+4/-6 M   freepost/static/stylus/freepost.styl
index 31112d6..822f400
old size: 10K - new size: 10K
@@ -15,7 +15,7 @@ a.topic,
15 15 a.topic:hover,
16 16 a.topic:visited
17 17 color rgba(200,0,100,.8)
18 - font-size .8rem
18 + font-size 1rem
19 19 padding 0 .2rem
20 20 text-decoration none
21 21
@@ -158,11 +158,9 @@ body
158 158 text-align right
159 159
160 160 > .info
161 - > .title
162 - font-size 1.5em
163 -
164 - > a
165 - color #000
161 + > .title > a
162 + color #000
163 + font-size 1.6rem
166 164
167 165 /* Some post info showed below the title */
168 166 > .about

+1/-1 M   freepost/templates/layout.html
index 6b9b7b5..107327b
old size: 5K - new size: 5K
@@ -108,7 +108,7 @@
108 108 </li>
109 109 <li>
110 110 <img alt="TuxFamily" title="" src="/images/tuxfamily.png" />
111 - Hosted by <a href="https://tuxfamily.org">TuxFamily</a>
111 + Hosted at <a href="https://tuxfamily.org">TuxFamily</a>
112 112 </li>
113 113 </ul>
114 114 </footer>