home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2018-04-07 13:10:02
Committer zPlus <zplus@peers.community> 2018-04-07 13:10:02
Commit fbc24e7 (patch)
Tree 12e0de2
Parent(s)

Merge branch 'master' of https://notabug.org/zPlus/freepost.git * 'master' of https://notabug.org/zPlus/freepost.git: Don't show a blank space after the title


commits diff: 7998371..fbc24e7
2 files changed, 13 insertions, 10 deletionsdownload


Diffstat
-rwxr-xr-x css/reset.styl 6
-rwxr-xr-x template/index.twig 17

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+3/-3 M   css/reset.styl
index dacf549..273c774
old size: 5K - new size: 5K
@@ -166,8 +166,8 @@ pre
166 166 pre.new_year
167 167 background-color transparent
168 168 color #BF0000
169 - font-family "Courier 10 Pitch", Courier, monospace
170 - font-size .8em
169 + font-family monospace
170 + font-size .8rem
171 171 font-webkit bold
172 172 margin 0 0 2em 0
173 173 text-align center
@@ -192,4 +192,4 @@ p > code
192 192 white-space -o-pre-wrap
193 193
194 194 ul, ol
195 - margin 1.2em 2em
195 > \ No newline at end of file
195 + margin 1.2em 2em

+10/-7 M   template/index.twig
index b1f7cb7..359a019
old size: 2K - new size: 2K
@@ -5,11 +5,13 @@
5 5 {# banner
6 6 <div class="bg-green" style="margin: 0 0 2em 0; padding: .5em;">
7 7 <img alt="" title="" src="images/pulse.gif" style="height: 1em;" />
8 - <a href="https://libreplanet.org/2017/live/">LibrePlanet 2017</a>
8 + <a href="https://fosdem.org/2018/schedule/streaming/">FOSDEM 2018</a>
9 9 </div>
10 10 #}
11 11
12 - {# Welcome New Year
12 + {# Welcome New Year.
13 + # To maintain alignment, keep al lines below of the same length
14 + # and with no padding.
13 15 <pre class="new_year">
14 16 .''.
15 17 . *''* :_\/_:
@@ -19,11 +21,12 @@ _\(/_ .:.*_\/_* : /\ :
19 21 *_\/_* -= o =- /)\
20 22 * /\ * .'/.\'. '
21 23 *..* :
22 - ____ ___ _ _____
23 - |___ \ / _ \/ |___ |
24 - __) | | | | | / /
25 - / __/| |_| | | / /
26 - |_____|\___/|_|/_/
24 + ___ ___ __ ___
25 + |__ \ / _ \/_ |/ _ \
26 + ) | | | || | (_) |
27 + / /| | | || |> _ <
28 + / /_| |_| || | (_) |
29 + |____|\___/ |_|\___/
27 30 </pre>
28 31 #}
29 32