Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
MAGEDOC-2862: Add $ automatically as part of Bash code
Browse files Browse the repository at this point in the history
- updated CSS
  • Loading branch information
dshevtsov committed Mar 21, 2018
1 parent aef927d commit 6d6fae0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/partials/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,12 @@ h1 code, h2 code, h3 code, h4 code, h5 code {
border-radius: 3px;
margin: 0 0 20px;
}

/* TODO Clean the code, Test in different browsers, Generate css with Gulp */


.language-bash pre.highlight:before {
display: inline;
content: '$';
margin-right: 5px;
}

0 comments on commit 6d6fae0

Please sign in to comment.