💄 Site > Set example code as editable content

This commit is contained in:
brunosimon
2017-01-21 11:10:14 +01:00
parent d524f49106
commit 34f21d0dbd
3 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -22,6 +22,7 @@ body.projects
margin-bottom 1em margin-bottom 1em
code code
display block
font-family 'Ubuntu Mono' font-family 'Ubuntu Mono'
outline none outline none
+2 -2
View File
@@ -85,13 +85,13 @@ section.text
p p
| Install Keppler globally: | Install Keppler globally:
pre pre
code code(contenteditable="true")
span.line.opacity-20 span.line.opacity-20
| npm install -g keppler | npm install -g keppler
p p
| Start Keppler inside the project folder: | Start Keppler inside the project folder:
pre pre
code code(contenteditable="true")
span.line.opacity-20 span.line.opacity-20
| cd ./my-awesome-project | cd ./my-awesome-project
br br