diff options
author | friendica <info@friendica.com> | 2013-01-21 00:54:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-21 00:54:29 -0800 |
commit | 6766f7f829923209e5ef4fda1452ed0b2ce0f09d (patch) | |
tree | 85f334e412b138e48dceea37086c4d9958b5526a /view/theme | |
parent | 01be0fc2d8723cfecde5a9b2c7c98709f893ce75 (diff) | |
download | volse-hubzilla-6766f7f829923209e5ef4fda1452ed0b2ce0f09d.tar.gz volse-hubzilla-6766f7f829923209e5ef4fda1452ed0b2ce0f09d.tar.bz2 volse-hubzilla-6766f7f829923209e5ef4fda1452ed0b2ce0f09d.zip |
minor theme nits
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c7654b65d..e7c99f99f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -336,11 +336,6 @@ footer { font-weight: bold; } -div.wall-item-content-wrapper.shiny { - background: #f4f4f4; - border: none; -} - .preview { background: lightyellow; } @@ -665,7 +660,6 @@ input#dfrn-url { .vcard .title { margin-bottom: 5px; - margin-left: 12px; } .vcard dl { @@ -1063,9 +1057,9 @@ input#dfrn-url { margin-top: 10px; position: relative; background: #fff; - border-radius: 5px; +/* border-radius: 5px; */ /* box-shadow: 12px 12px 12px #111; */ - border: 1px solid #eec; + border-left: 1px solid #eec; } .wall-item-content-wrapper.comment { @@ -1266,7 +1260,6 @@ input#dfrn-url { .wall-item-tools { clear: both; - background: #eee; padding: 5px 10px; } |