diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-03 06:20:56 -0700 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-03 06:20:56 -0700 |
commit | 3a7b581afef940f2268bc8ea740332615217aaed (patch) | |
tree | 32295fdac6d481ff518b2210fd35ff65c21ca398 /.themes/classic | |
parent | 4f9c45f24ac6c41cc8e91f25056681e98144b0f5 (diff) | |
parent | f033475b4af46c39b949ce196e07ffe218e8ae26 (diff) | |
download | my_new_personal_website-3a7b581afef940f2268bc8ea740332615217aaed.tar.xz my_new_personal_website-3a7b581afef940f2268bc8ea740332615217aaed.zip |
Merge pull request #127 from tobym/master
Fixes issue 126, broken line height on "diff" syntax highlighting
Diffstat (limited to '.themes/classic')
-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 { |