From 358b79833a58cbc4f179f955e3071e644f917f32 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 8 Dec 2016 14:33:05 +0100 Subject: update deps --- composer.json | 4 ++-- composer.lock | 28 +++++++++++++++------------- css/content.css | 4 ++-- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 155867c07..9c2f29975 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "source": "https://github.com/nextcloud/news/" }, "require": { - "ezyang/htmlpurifier": "4.7", - "fguillot/picofeed": "0.1.23", + "ezyang/htmlpurifier": "4.8", + "fguillot/picofeed": "dev-master#b0da4c4de928ba0bc879f27b2a99f77355b9afa7", "pear/net_url2": "2.2", "riimu/kit-pathjoin": "1.1.2" } diff --git a/composer.lock b/composer.lock index 9f29b275e..e3cbbb711 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "010bbed448270e58892a326d72da0e8b", - "content-hash": "2f5f2d3822b3881fe37f38548918cd00", + "hash": "9518ad408d6c54ebf09c7c68314ddb52", + "content-hash": "180718a2770d88bdcdf663e62f9604da", "packages": [ { "name": "ezyang/htmlpurifier", - "version": "v4.7.0", + "version": "v4.8.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "ae1828d955112356f7677c465f94f7deb7d27a40" + "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40", - "reference": "ae1828d955112356f7677c465f94f7deb7d27a40", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2", + "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2", "shasum": "" }, "require": { @@ -49,20 +49,20 @@ "keywords": [ "html" ], - "time": "2015-08-05 01:03:42" + "time": "2016-07-16 12:58:58" }, { "name": "fguillot/picofeed", - "version": "v0.1.23", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fguillot/picoFeed.git", - "reference": "a7c3d420c239fe9ffc39b0d06b6e57db39ce3797" + "reference": "b0da4c4de928ba0bc879f27b2a99f77355b9afa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/a7c3d420c239fe9ffc39b0d06b6e57db39ce3797", - "reference": "a7c3d420c239fe9ffc39b0d06b6e57db39ce3797", + "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/b0da4c4de928ba0bc879f27b2a99f77355b9afa7", + "reference": "b0da4c4de928ba0bc879f27b2a99f77355b9afa7", "shasum": "" }, "require": { @@ -97,7 +97,7 @@ ], "description": "Modern library to handle RSS/Atom feeds", "homepage": "https://github.com/fguillot/picoFeed", - "time": "2016-04-17 22:31:55" + "time": "2016-11-29 23:21:32" }, { "name": "pear/net_url2", @@ -254,7 +254,9 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "fguillot/picofeed": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [], diff --git a/css/content.css b/css/content.css index 483406a60..76c468718 100644 --- a/css/content.css +++ b/css/content.css @@ -581,7 +581,7 @@ word-wrap: break-word; white-space:normal; } - + #app-content .body iframe { max-width: 100%; } @@ -597,7 +597,7 @@ font-size: 17px; font-weight: bold; color: #222; - margin: 21px 0 0 0; + margin: 21px 0 5px 0; } #app-content .body h3 { -- cgit v1.2.3