diff options
author | Friendika <info@friendika.com> | 2011-03-28 00:49:20 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-28 00:49:20 -0700 |
commit | 1f6c6c466a449ba422c4e67744577f6c35b3ce0b (patch) | |
tree | 41c104679283833a8da87b7a9fcac3f45a2d4542 /view | |
parent | 77fbd2f78c6a24201a26d5c4ec60ad5fb42c48dd (diff) | |
download | volse-hubzilla-1f6c6c466a449ba422c4e67744577f6c35b3ce0b.tar.gz volse-hubzilla-1f6c6c466a449ba422c4e67744577f6c35b3ce0b.tar.bz2 volse-hubzilla-1f6c6c466a449ba422c4e67744577f6c35b3ce0b.zip |
author collapse: close off before pagination
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 7ab85344d..0d89fa3b1 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -51,6 +51,11 @@ blockquote:before { content: '>> '; } +.icollapse-wrapper, .ccollapse-wrapper { + border: 1px solid #CCC; + padding: 5px; +} + #panel { background-color: ivory; position: absolute; |