summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:33:35 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:33:35 +0200
commit38ebf3ad1aceb7e1b3530eb85db30bd74c7f1963 (patch)
tree8e65152c88cab843e6afdd1b149063e4d6fd4b01 /css
parent2ec1f71203e7312932e7545493fa2153dc261c88 (diff)
more whitespace for oc6
Diffstat (limited to '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