diff options
author | friendica <info@friendica.com> | 2012-10-25 21:58:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-25 21:58:33 -0700 |
commit | 26774310b1537341299233b8709825dc349240dd (patch) | |
tree | bb4acf65451c60a32a0eab615216299629c6be02 /view/theme | |
parent | 3b394ea43fd3bc011f98a9160a8b408283f97ebc (diff) | |
download | volse-hubzilla-26774310b1537341299233b8709825dc349240dd.tar.gz volse-hubzilla-26774310b1537341299233b8709825dc349240dd.tar.bz2 volse-hubzilla-26774310b1537341299233b8709825dc349240dd.zip |
move things to the newer conversation object, a few minor bugs - will sort it out eventually
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 94092bbf0..ab210d814 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -972,6 +972,11 @@ input#dfrn-url { margin-left: 50px; } +.tread-end-wrapper { + margin-left: 50px; +} + + .wall-item-content-wrapper.comment { background: #ffffff; border-left: 1px solid #e0e0e0; |