You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/10/26 04:17:47 UTC

[2/4] incubator-beam-site git commit: Turn on existing syntax highlighting styles.

Turn on existing syntax highlighting styles.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/c99312aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/c99312aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/c99312aa

Branch: refs/heads/asf-site
Commit: c99312aab31cb7319d8583cd81a7abd8cc8bdf7a
Parents: b73878c
Author: Frances Perry <fj...@google.com>
Authored: Thu Oct 20 22:01:36 2016 -0700
Committer: Frances Perry <fj...@google.com>
Committed: Fri Oct 21 15:38:22 2016 -0700

----------------------------------------------------------------------
 _sass/_syntax-highlighting.scss | 1 -
 styles/site.scss                | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/c99312aa/_sass/_syntax-highlighting.scss
----------------------------------------------------------------------
diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss
index 8fac597..a6233bc 100644
--- a/_sass/_syntax-highlighting.scss
+++ b/_sass/_syntax-highlighting.scss
@@ -3,7 +3,6 @@
  */
 .highlight {
     background: #fff;
-    @extend %vertical-rhythm;
 
     .highlighter-rouge & {
       background: #eef;

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/c99312aa/styles/site.scss
----------------------------------------------------------------------
diff --git a/styles/site.scss b/styles/site.scss
index 2a64459..621be0c 100644
--- a/styles/site.scss
+++ b/styles/site.scss
@@ -2,4 +2,5 @@
 ---
 
 @import "bootstrap";
+@import "_syntax-highlighting";
 @import "capability-matrix";