fixing up styling for category noscript view

This commit is contained in:
Julian Lam
2013-06-24 13:55:40 -04:00
parent f732ab4d5a
commit d86dd2fbdf
2 changed files with 15 additions and 1 deletions

View File

@@ -29,8 +29,22 @@ noscript {
}
.teaser {
margin-left: 16px;
margin-top: 8px;
img {
float: left;
width: 32px;
}
p {
color: #666;
font-size: 13px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-left: 64px;
padding-top: 10px;
}
}
}