summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/owncloud6.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/css/owncloud6.css b/css/owncloud6.css
index d2f974aba..e48a7df30 100644
--- a/css/owncloud6.css
+++ b/css/owncloud6.css
@@ -31,9 +31,16 @@
#app-content .item_title {
margin-bottom: 10px;
}
-
#app-content .item_author {
- margin-bottom: 15px;
+ margin-bottom: 5px;
+}
+
+#app-content .body {
+ padding-top: 20px;
+}
+
+#app-content .feed_item .body > img:first-child {
+ padding-right: 20px;
}
#app-content .feed_item .utils {