fixed source code toggling

This commit is contained in:
B Mathis 2010-11-24 12:39:19 -06:00
parent 8413909a28
commit 9cd80d11b4
3 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@ GIT
cri (>= 1.0.0)
PATH
remote: ..
remote: /Users/bmathis/Documents/Workspace/compass-projects/compass
specs:
compass (0.11.alpha.0.d34e05c)
compass (0.11.alpha.0.8413909)
haml (~> 3.0.23)
GEM

View File

@ -1,4 +1,4 @@
body.sass .mixin-source .scss, body.scss .mixin-source .sass { @extend .hide;}
html.sass .mixin-source .scss, html.scss .mixin-source .sass { @extend .hide;}
.mixin-source { display: none; }
.syntaxhighlighter { padding: 5px 0; @include border-radius;

View File

@ -38,7 +38,7 @@
#version { color: $option-panel-text; a { color: rgba($nav-link, .7); } }
body.sass a[rel=sass], body.scss a[rel=scss] { color: rgba($heading, .7); @extend .round-corners-em; @extend .inset-panel-#{$theme}; }
&.sass a[rel=sass], &.scss a[rel=scss] { color: rgba($heading, .7); @extend .round-corners-em; @extend .inset-panel-#{$theme}; }
#page > article {