summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-10-17 16:14:40 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2016-10-28 19:40:10 +0000
commit5545e5aa6e265469d278e1fb576a737535784422 (patch)
tree407d710bc0face1b2f98e4a8527211f26d063cff /doc
parentf2f39946d2911fe1157d3f71094cc7acf06e2f46 (diff)
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 <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/template/style/offline.css6
-rw-r--r--doc/global/template/style/online.css6
2 files changed, 11 insertions, 1 deletions
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
}