fixing lists on mobile posts and changing highlight color

This commit is contained in:
Kris Aubuchon 2014-03-15 12:01:17 -04:00
parent 724d30afec
commit b219450f3c
4 changed files with 9 additions and 4 deletions

View File

@ -10,7 +10,7 @@
%badge {
display: inline-block;
font-weight: bold;
font-weight: normal;
white-space: nowrap;
@include border-radius-all(10px);
}
@ -90,7 +90,7 @@ h1 a.badge-category div {vertical-align: top;}
.badge-posts {
color: $badge-posts-color;
font-weight: bold;
font-weight: normal;
font-size: 14px;
line-height: 1;
&[href] {

View File

@ -53,6 +53,11 @@ dd {
padding: 0;
}
.cooked ul, .cooked ol, .cooked dd {
clear: both;
}
li {
> ul,
> ol {

View File

@ -83,7 +83,7 @@
}
}
&.highlighted {
background-color: $highlight_background_color;
background-color: $emphasis_background_color;
}
}
th,

View File

@ -762,7 +762,7 @@ blockquote { /* solo quotes */
position: relative;
padding: 10px 0 15px 0;
.highlighted {
background-color: $highlight_background_color !important;
background-color: $emphasis_background_color !important;
}
img, svg {
max-width: 100%;