minor theme nits

This commit is contained in:
friendica 2013-01-21 00:54:29 -08:00
parent 01be0fc2d8
commit 6766f7f829

View File

@ -336,11 +336,6 @@ footer {
font-weight: bold; font-weight: bold;
} }
div.wall-item-content-wrapper.shiny {
background: #f4f4f4;
border: none;
}
.preview { .preview {
background: lightyellow; background: lightyellow;
} }
@ -665,7 +660,6 @@ input#dfrn-url {
.vcard .title { .vcard .title {
margin-bottom: 5px; margin-bottom: 5px;
margin-left: 12px;
} }
.vcard dl { .vcard dl {
@ -1063,9 +1057,9 @@ input#dfrn-url {
margin-top: 10px; margin-top: 10px;
position: relative; position: relative;
background: #fff; background: #fff;
border-radius: 5px; /* border-radius: 5px; */
/* box-shadow: 12px 12px 12px #111; */ /* box-shadow: 12px 12px 12px #111; */
border: 1px solid #eec; border-left: 1px solid #eec;
} }
.wall-item-content-wrapper.comment { .wall-item-content-wrapper.comment {
@ -1266,7 +1260,6 @@ input#dfrn-url {
.wall-item-tools { .wall-item-tools {
clear: both; clear: both;
background: #eee;
padding: 5px 10px; padding: 5px 10px;
} }