diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-03 09:18:55 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-03 09:18:55 -0500 |
commit | 597c7eb2b1868752cbfca13b2ec7f2d265a32cd8 (patch) | |
tree | 64c6e81bae0880079640d6ce384c9c580e381b68 | |
parent | 17301879cd8dea6f8dc9c2ad085ea0eb3f72b2f1 (diff) | |
parent | 3a7b581afef940f2268bc8ea740332615217aaed (diff) | |
download | my_new_personal_website-597c7eb2b1868752cbfca13b2ec7f2d265a32cd8.tar.xz my_new_personal_website-597c7eb2b1868752cbfca13b2ec7f2d265a32cd8.zip |
Merge branch 'master' of github.com:imathis/octopress
-rw-r--r-- | .themes/classic/sass/partials/_syntax.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/sass/partials/_syntax.scss b/.themes/classic/sass/partials/_syntax.scss index 7e8ed8d5..25e8d329 100644 --- a/.themes/classic/sass/partials/_syntax.scss +++ b/.themes/classic/sass/partials/_syntax.scss @@ -177,7 +177,7 @@ li code { .s1 { color: $solar-cyan !important; } /* Literal.String.Single */ //.ss { color: #990073 } /* Literal.String.Symbol */ //.il { color: #009999 } /* Literal.Number.Integer.Long */ - div { .gd, .gd .x, .gi, .gi .x { display: block; }} + div { .gd, .gd .x, .gi, .gi .x { display: inline-block; width: 100%; }} } .highlight, .gist-highlight { |