From 5545e5aa6e265469d278e1fb576a737535784422 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 17 Oct 2016 16:14:40 +0200 Subject: Doc: Template: Add CSS rules for bordered images 9f45d2ab added a documentation macro for bordered images - Add the corresponding CSS rules to apply a drop shadow for such images. Change-Id: I18c4fbd7498db7b9391f33e568219e67b329e618 Reviewed-by: Venugopal Shivashankar --- doc/global/template/style/offline.css | 6 +++++- doc/global/template/style/online.css | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/global/template') diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 612c1087d5..6621b6bbcb 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -18,8 +18,12 @@ img { height: auto; } -.content { +.content .border img { + box-shadow:3px 3px 8px 3px rgba(200,200,200,0.5) +} +.content .border .player { + box-shadow:3px 3px 8px 3px rgba(200,200,200,0.5) } .content .indexboxcont li { diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index be278a27da..080b45749d 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -1280,6 +1280,12 @@ li a.active { margin-top:0.75em; max-width:100% } +.context .border img { + box-shadow:3px 3px 8px 3px rgba(200,200,200,0.5) + } +.context .border .player { + box-shadow:3px 3px 8px 3px rgba(200,200,200,0.5) + } .context table { vertical-align:initial } -- cgit v1.2.3