Author
|
zPlus <-->
2016-11-28 23:28:08
|
Committer
|
zPlus <-->
2016-11-28 23:28:08
|
Commit
|
565402f
(patch)
|
Tree
|
67168df
|
Parent(s)
|
|
Change <blockquote/> CSS to gray background
commits diff:
912d2e3..565402f
1 file changed,
5 insertions,
15 deletions
—
download
Diffstat
Diff options
+5/-15
M css/reset.styl
13
|
13
|
|
text-decoration none
|
14
|
14
|
|
|
15
|
15
|
|
blockquote
|
16
|
|
- |
border-left 2px dotted #7578CC
|
17
|
|
- |
font-style italic
|
18
|
|
- |
margin 2em 0
|
19
|
|
- |
padding 0 0 0 3em
|
20
|
|
- |
position relative
|
21
|
|
- |
|
22
|
|
- |
blockquote:before
|
23
|
|
- |
color #7578CC
|
24
|
|
- |
content "\201C"
|
25
|
|
- |
display block
|
26
|
|
- |
font-size 3em
|
27
|
|
- |
font-style italic
|
28
|
|
- |
left .3em
|
29
|
|
- |
position absolute
|
|
16
|
+ |
background-color #f8f8f8
|
|
17
|
+ |
border-left 5px solid #e9e9e9
|
|
18
|
+ |
font-size .85em
|
|
19
|
+ |
margin 1em 0
|
|
20
|
+ |
padding .5em 1em
|
30
|
21
|
|
|
31
|
22
|
|
blockquote cite
|
32
|
23
|
|
color #999
|
34
|
25
|
|
font-size .8em
|
35
|
26
|
|
margin-top 1em
|
36
|
27
|
|
|
37
|
|
- |
|
38
|
28
|
|
blockquote cite:before
|
39
|
29
|
|
content "\2014 \2009"
|
40
|
30
|
|
|