app/assets/stylesheets/styleus/themes/base/components/_article.css.scss in styleus-0.0.9 vs app/assets/stylesheets/styleus/themes/base/components/_article.css.scss in styleus-0.0.10
- old
+ new
@@ -20,24 +20,25 @@
> h3 {
@include ambient-headline;
@include text-content-padding;
color: #222;
line-height: 1.8em;
+ width: 80%;
}
}
.__documentation {
@include floating-text-font;
@include text-content-padding;
margin-bottom: 0.5em;
+ width: 80%;
}
.__code_partials {
@include border-radius(3px);
@include box-shadow(0 2px 3px 0 #cdcdcd);
position: relative;
top: 0; left: 0;
-
background: $content_background;
margin-bottom: 1em;
min-height: 3em;
padding-top: 1em;