theme.less file cleanup; fixing blockquotes in wells

This commit is contained in:
Mark Otto
2011-09-11 21:12:55 -07:00
parent c876835a02
commit b77e3e2f30
5 changed files with 20 additions and 5 deletions

View File

@@ -718,6 +718,10 @@ input[type=submit].btn {
border: 1px solid rgba(0,0,0,.05);
.border-radius(4px);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
border-color: #ddd;
border-color: rgba(0,0,0,.15);
}
}