diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-03 19:59:12 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-03 19:59:12 +0000 |
commit | d7b9d1dd5901076eedceea7da0b9ef21baeb9403 (patch) | |
tree | 601a47fe645aa042394e8b4bb046ac6eb625f5f2 /view | |
parent | c338281ca81ea5036e3fdb42ae62851fc00babb5 (diff) | |
download | volse-hubzilla-d7b9d1dd5901076eedceea7da0b9ef21baeb9403.tar.gz volse-hubzilla-d7b9d1dd5901076eedceea7da0b9ef21baeb9403.tar.bz2 volse-hubzilla-d7b9d1dd5901076eedceea7da0b9ef21baeb9403.zip |
Share area (jot) the same max-width as the conversation area. Please revert when unwanted
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 02a807ed2..bc1dd9c74 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1806,6 +1806,10 @@ img.mail-list-sender-photo { /* jot */ +#profile-jot-wrapper { + max-width: $converse_width; +} + #jot-title, #jot-category, #jot-pagetitle { |