File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ a.button
62
62
63
63
.highlight
64
64
overflow-x : auto
65
- position : relative
66
65
padding : 0
67
66
background-color : $codebg
68
67
padding : .8em .8em .4em
@@ -84,9 +83,9 @@ a.button
84
83
.line
85
84
min-height : $code-line-height
86
85
& .html , & .js , & .bash , & .css
87
- .code :after
86
+ .code :before
88
87
position : absolute
89
- top : 0
88
+ margin- top : - 1 em
90
89
right : 0
91
90
color : #c c c
92
91
text-align : right
@@ -95,13 +94,13 @@ a.button
95
94
line-height : 15px
96
95
height : 15px
97
96
font-weight : 600
98
- & .html .code :after
97
+ & .html .code :before
99
98
content : 'HTML'
100
- & .js .code :after
99
+ & .js .code :before
101
100
content : 'JS'
102
- & .bash .code :after
101
+ & .bash .code :before
103
102
content : 'Shell'
104
- & .css .code :after
103
+ & .css .code :before
105
104
content : 'CSS'
106
105
107
106
#main
You can’t perform that action at this time.
0 commit comments