Author
|
zPlus <-->
2016-12-31 19:53:25
|
Committer
|
zPlus <-->
2016-12-31 19:53:25
|
Commit
|
df3087c
(patch)
|
Tree
|
2e6edb5
|
Parent(s)
|
|
css/reset.styl: reorder pre.new_year class position within source
commits diff:
6098ced..df3087c
1 file changed,
14 insertions,
13 deletions
—
download
Diffstat
Diff options
+14/-13
M css/reset.styl
162
|
162
|
|
white-space -moz-pre-wrap
|
163
|
163
|
|
white-space -o-pre-wrap
|
164
|
164
|
|
|
|
165
|
+ |
/* Monospace <pre/> to write some nice ASCII art in frontpage */
|
|
166
|
+ |
pre.new_year
|
|
167
|
+ |
background-color transparent
|
|
168
|
+ |
color #BF0000
|
|
169
|
+ |
font-family "Courier 10 Pitch", Courier, monospace
|
|
170
|
+ |
font-size .8em
|
|
171
|
+ |
font-webkit bold
|
|
172
|
+ |
margin 0 0 2em 0
|
|
173
|
+ |
text-align center
|
|
174
|
+ |
white-space pre
|
|
175
|
+ |
white-space pre-wrap
|
|
176
|
+ |
white-space -moz-pre-wrap
|
|
177
|
+ |
white-space -o-pre-wrap
|
|
178
|
+ |
|
165
|
179
|
|
/* Inline code */
|
166
|
180
|
|
p > code
|
167
|
181
|
|
background-color #f5f5f5
|
175
|
189
|
|
white-space pre
|
176
|
190
|
|
white-space pre-wrap
|
177
|
191
|
|
white-space -moz-pre-wrap
|
178
|
|
- |
white-space -o-pre-wrap
|
179
|
|
- |
|
180
|
|
- |
pre.new_year
|
181
|
|
- |
background-color transparent
|
182
|
|
- |
color #BF0000
|
183
|
|
- |
font-family "Courier 10 Pitch", Courier, monospace
|
184
|
|
- |
font-size .8em
|
185
|
|
- |
font-webkit bold
|
186
|
|
- |
margin 0 0 2em 0
|
187
|
|
- |
text-align center
|
188
|
|
- |
white-space pre
|
189
|
|
- |
white-space pre-wrap
|
190
|
|
- |
white-space -moz-pre-wrap
|
191
|
192
|
|
white-space -o-pre-wrap |
191
|
192
|
= |
\ No newline at end of file
|