changeset 91:f6e77f23c30b

Apply some CSS settings more globally, not specific to div-elements only.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Sep 2016 17:34:24 +0300
parents 3953f534c874
children 17d1da44b140
files basic.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Thu Sep 15 17:33:40 2016 +0300
+++ b/basic.css	Thu Sep 15 17:34:24 2016 +0300
@@ -94,7 +94,7 @@
 	color: #f00;
 }
 
-div.galleryTable div.galleryEntry {
+.galleryTable .galleryEntry {
 	display: inline-block;
 	vertical-align: middle;
 }
@@ -117,7 +117,7 @@
 	border: 0.2em solid white;
 }
 
-div.galleryEntry div.imageBox img {
+.galleryEntry div.imageBox img {
 	box-shadow: 4px 4px 4px black;
 }