home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2017-12-31 15:34:28
Committer zPlus <zplus@peers.community> 2017-12-31 15:34:28
Commit d971181 (patch)
Tree 1bafd6d
Parent(s)

Fix line spaces and font for "new year" <pre/>


commits diff: b108c2f..d971181
2 files changed, 12 insertions, 10 deletionsdownload


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

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

+9/-7 M   template/index.twig
index d8d7839..bfe19ca
old size: 2K - new size: 2K
@@ -9,7 +9,9 @@
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 + #}
13 15 <pre class="new_year">
14 16 .''.
15 17 . *''* :_\/_:
@@ -19,12 +21,12 @@ _\(/_ .:.*_\/_* : /\ :
19 21 *_\/_* -= o =- /)\
20 22 * /\ * .'/.\'. '
21 23 *..* :
22 - ___ ___ __ ___
23 - |__ \ / _ \/_ |/ _ \
24 - ) | | | || | (_) |
25 - / /| | | || |> _ <
26 - / /_| |_| || | (_) |
27 - |____|\___/ |_|\___/
24 + ___ ___ __ ___
25 + |__ \ / _ \/_ |/ _ \
26 + ) | | | || | (_) |
27 + / /| | | || |> _ <
28 + / /_| |_| || | (_) |
29 + |____|\___/ |_|\___/
28 30 </pre>
29 31 {# #}
30 32