Skip to content

Commit

Permalink
Updated bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gionkunz committed Feb 14, 2015
1 parent 80afb20 commit 3068d24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
],
"devDependencies": {
"snap.svg": "~0.3.0",
"foundation": "~5.4.7",
"highlightjs": "~8.3.0",
"foundation": "~5.5.1",
"highlightjs": "~8.4.0",
"compass-mixins": "~1.0.2",
"codemirror": "~4.8.0",
"codemirror": "~4.12.0",
"base64": "~0.3.0",
"chartist-plugin-pointlabels": "~0.0.2",
"chartist-plugin-sketchy": "~0.0.1"
Expand Down
4 changes: 4 additions & 0 deletions site/styles/_code-mirror-theme.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.CodeMirror-scroll {
overflow: auto !important;
}

.cm-s-chartist.CodeMirror {
background: $color-black;
color: lighten($color-white, 10%);
Expand Down
2 changes: 1 addition & 1 deletion site/styles/settings/_foundation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ $topbar-bg-color: $color-gray;
$topbar-bg: $topbar-bg-color;

// Height and margin
$topbar-height: 45px;
$topbar-height: rem-calc(45px);
$topbar-margin-bottom: 0;

// Controlling the styles for the title in the top bar
Expand Down

0 comments on commit 3068d24

Please sign in to comment.