Fix bash icon in examples

This commit is contained in:
Ryan Watters
2017-03-08 18:41:51 -06:00
parent 74d7da548e
commit 8d0c9ac609
4 changed files with 5 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2
View File
@@ -59,6 +59,8 @@
.icon-attach:before { content: '\e814'; } /* '' */
.icon-attention:before { content: '\e815'; } /* '' */
.icon-bash:before { content: '\e808'; } /* '' */
.icon-shell:before { content: '\e808'; } /* '' */
.icon-sh:before { content: '\e808'; } /* '' */
.icon-bitbucket:before { content: '\e80a'; } /* '' */
.icon-cancel:before { content: '\e80e'; } /* '' */
.icon-chrome:before { content: '\e841'; } /* '' */
+1 -1
View File
@@ -102,7 +102,7 @@ code.language-scss:after {
code.language-bash:after,
code.language-sh:after {
font-family: 'fontello';
content: '\e804';
content: '\e808';
right: 6px;
}
+1 -1
View File
File diff suppressed because one or more lines are too long