From 949f9b65c63e2d378522ede9b2664f71882ab8bb Mon Sep 17 00:00:00 2001 From: Thierry BUGEAT Date: Sun, 28 Aug 2016 15:08:04 +0200 Subject: [PATCH] Add enclosure background --- www/css/inline.css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/inline.css.js b/www/css/inline.css.js index def7c94..7902f10 100755 --- a/www/css/inline.css.js +++ b/www/css/inline.css.js @@ -37,7 +37,7 @@ var _srcDocCss = [ '.entrie-visit-website {display: block; background: #EAEAE7; text-align:center; padding: 0.5rem; margin-top: 1.5rem;}', '.entrie-visit-website > a {background: inherit;} ', '.entrie-visit-website my {background: inherit;} ', -'.entry-enclosure {padding-bottom: 14rem; position: relative; height: 0; overflow: hidden; display: block;}', +'.entry-enclosure {background-color: #EAEAE7; padding-bottom: 14rem; position: relative; height: 0; overflow: hidden; display: block;}', '.entry-enclosure img {position: absolute; top: 50%; width:100%; left: 50%; transform: translate(-50%, -50%); border-bottom: 0.1rem solid #2C393B;', ' ' ].join(''); -- GitLab