Author
|
zPlus <->
2017-03-12 13:29:25
|
Committer
|
zPlus <->
2017-03-12 13:29:25
|
Commit
|
10a22b0
(patch)
|
Tree
|
402e924
|
Parent(s)
|
|
css/reset.styl: Add margins to <ul> <ol> lists
commits diff:
00cd6eb..10a22b0
1 file changed,
4 insertions,
1 deletion
—
download
Diffstat
Diff options
+4/-1
M css/reset.styl
189
|
189
|
|
white-space pre
|
190
|
190
|
|
white-space pre-wrap
|
191
|
191
|
|
white-space -moz-pre-wrap
|
192
|
|
- |
white-space -o-pre-wrap |
192
|
|
> |
\ No newline at end of file
|
|
192
|
+ |
white-space -o-pre-wrap
|
|
193
|
+ |
|
|
194
|
+ |
ul, ol
|
|
195
|
+ |
margin 1.2em 2em |
|
195
|
< |
\ No newline at end of file
|