summaryrefslogtreecommitdiff
path: root/templates/fluid/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/fluid/styles.css')
-rw-r--r--templates/fluid/styles.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/fluid/styles.css b/templates/fluid/styles.css
index 547ff6f..b0dc29a 100644
--- a/templates/fluid/styles.css
+++ b/templates/fluid/styles.css
@@ -385,7 +385,7 @@ div.photos {
div.photos div.photo {
margin-top: 60px;
margin-bottom: 80px;
- display: inline-block;
+ display: inline-table;
text-align: left;
}
@@ -394,6 +394,11 @@ div.photo img {
margin-bottom: 4px;
}
+div.photos div.photo-content {
+ display: table-caption;
+ caption-side: bottom;
+}
+
div.photo div.photo-title {
font-family: 'Open Sans', sans-serif;
text-align: center;