aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-18 19:47:00 +0100
committermarijus <mario@localhost.localdomain>2013-12-18 19:47:00 +0100
commitb6bb3c02525843caeaee3f6409f1b97b160ea8a2 (patch)
tree8b46a755bbac5d33f048fae77dffc5315c1eb32a /view
parentdf34aaba4733b1c38ac2b8b9c19c5a945d5a841b (diff)
downloadvolse-hubzilla-b6bb3c02525843caeaee3f6409f1b97b160ea8a2.tar.gz
volse-hubzilla-b6bb3c02525843caeaee3f6409f1b97b160ea8a2.tar.bz2
volse-hubzilla-b6bb3c02525843caeaee3f6409f1b97b160ea8a2.zip
fix a typo
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css2
-rw-r--r--view/theme/redbasic/css/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 5bf6a3607..5abc9c66a 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -110,7 +110,7 @@
/* conversation */
-.thread-wrapper .toplevel_item {
+.thread-wrapper.toplevel_item {
width: 92%;
}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 9ac021a54..68ddcf7a2 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2265,7 +2265,7 @@ img.mail-list-sender-photo {
border-left: 2px solid #eee;
}
-.thread-wrapper .toplevel_item {
+.thread-wrapper.toplevel_item {
max-width: $converse_width;
}