Improve Basic Javascript Flow

This commit is contained in:
SaintPeter
2016-01-10 17:05:16 -08:00
committed by Rex Schrader
parent 203990153d
commit b94dc98108
2 changed files with 78 additions and 79 deletions

View File

@@ -6,7 +6,7 @@
font-size: 90%;
font-family: @font-family-monospace;
color: @code-color;
background-color: @code-bg;
background-color: #fffbe5;
border-radius: @border-radius-base;
border: 1px solid @pre-border-color;
white-space: pre;