Skip to content

Commit

Permalink
Fix embedded Gists
Browse files Browse the repository at this point in the history
  • Loading branch information
cancan101 committed May 14, 2014
1 parent f6ed412 commit d30d956
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .themes/classic/sass/partials/_syntax.scss
Expand Up @@ -22,6 +22,10 @@
@include border-radius(0);
}

.line-data {
font-size: 13px;
}

figure.code, .gist-file, pre {
@include box-shadow(rgba(#000, .06) 0 0 10px);
.highlight pre { @include box-shadow(none); }
Expand Down Expand Up @@ -69,7 +73,7 @@ html .gist .gist-file {
&:hover { color: $base1 !important; }
}
a[href*='#file'] {
position: absolute; top: 0; left:0; right:-10px;
position: absolute; top: 0; left:0; right:0px;
color: #474747 !important;
@extend .code-title;
&:hover { color: $link-color !important; }
Expand Down Expand Up @@ -259,3 +263,12 @@ figure.code {
text-shadow: #cbcccc 0 1px 0;
padding-left: 3em;
}

.gist-file {
font-size:.8em !important;
}

table.lines{
width: 100%;
}

0 comments on commit d30d956

Please sign in to comment.