fix width for markdown images [ci skip]

This commit is contained in:
Dennis Collinson 2012-04-23 18:19:34 -07:00
parent 40c04234bd
commit 43ed6dde46

View file

@ -141,6 +141,7 @@ body {
.text-content {
@include opacity(0.65);
position : relative;
z-index : 10;
color : #000;
@ -149,6 +150,10 @@ body {
font-weight : bold;
font-size : 1.5em;
line-height : 1.2em;
img {
max-width: 100%;
}
}
&.sticky-note {
@ -234,8 +239,6 @@ body {
@include opacity(1);
text-shadow : none;
font-weight: bold;
}
}
}