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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-09-30 11:41:01 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-09-30 11:41:01 +0300
commit121ea96a5f26d446b027185f19fd7dcd78258b6b (patch)
tree91583ee8fddaa83bbb627a7bc52b9423ff40d7cf
parent5ef344974985721ffe467a31000776dc80d00941 (diff)
Add a border to the title
-rw-r--r--css/slideshow.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/slideshow.css b/css/slideshow.css
index 0eb15108..8025f040 100644
--- a/css/slideshow.css
+++ b/css/slideshow.css
@@ -165,7 +165,7 @@
padding: 0 50px 3px;
text-align: center;
color: #fff;
- text-shadow: 0 0 10px #333;
+ text-shadow: 1px 1px 4px #333, 1px -1px 4px #333, -1px 1px 4px #333,-1px -1px 4px #333;
font-size: 18px;
line-height: normal;
text-overflow: ellipsis;