We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c1974 commit 9217571Copy full SHA for 9217571
_sass/_base.sass
@@ -691,7 +691,6 @@ dd
691
#docsContent
692
position: relative
693
float: right
694
- //width: calc(100% - 400px)
695
width: 100%
696
697
$toc-margin: 15px
@@ -847,9 +846,9 @@ dd
847
846
white-space: nowrap
848
text-indent: 50px
849
overflow: hidden
850
- background: $blue url(/images/pencil.png) no-repeat
851
- background-position: 1px 1px
852
- background-size: auto
+ background: $blue url(/images/icon-pencil.svg) no-repeat
+ background-position: 12px 10px
+ background-size: 29px 29px
853
854
#markdown-toc
855
margin-bottom: 20px
images/icon-pencil.svg
images/pencil.png
-700 Bytes
0 commit comments