summaryrefslogtreecommitdiffstats
path: root/css/owncloud6.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/owncloud6.css')
-rw-r--r--css/owncloud6.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/css/owncloud6.css b/css/owncloud6.css
index ab6fde77d..d2f974aba 100644
--- a/css/owncloud6.css
+++ b/css/owncloud6.css
@@ -24,18 +24,18 @@
}
/* more whitespace for articles to fit design */
-.item_title {
- margin-bottom: 10px;
+#app-content .feed_item {
+ padding: 40px 5px 10px 5px;
}
-.item_author {
- margin-bottom: 15px;
+#app-content .item_title {
+ margin-bottom: 10px;
}
-.feed_item {
- padding: 35px 5px 5px 5px;
+#app-content .item_author {
+ margin-bottom: 15px;
}
-.feed_item .utils {
+#app-content .feed_item .utils {
margin-left: 10px;
} \ No newline at end of file