Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-07 19:58:11 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-07 19:58:11 +0300
commit021e43b3ae6c28fe8a8c051c255a90336ab71a2a (patch)
treef360b71b90d22d8025e4e6dd614b043a16a4a26c /css
parente31f50e0ef0c463e39eb376d5d6817e1234af540 (diff)
fix #964
Diffstat (limited to 'css')
-rw-r--r--css/content.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index cce25d741..62f3ee249 100644
--- a/css/content.css
+++ b/css/content.css
@@ -11,6 +11,19 @@
display: none;
}
+#app-content #text-content {
+ padding: 20px;
+}
+
+#app-content #text-content h1 {
+ font-size: 18pt;
+ margin-bottom: 15px;
+}
+
+#app-content #text-content p {
+ font-size: 11pt;
+}
+
#app-content .no-feeds-available {
text-align: center;
color: #333;