summaryrefslogtreecommitdiff
path: root/frontend/views/page/page.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-03 20:37:53 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-03 20:37:53 +0200
commited3e2d798efe08ff70caf64b20fc65ff1f56c16b (patch)
tree3b9778f5a8ec5a574b00adc4d67c5895a40fdf98 /frontend/views/page/page.css
parent03e76928e3747167dceac3d92759a3abe5b685c7 (diff)
tiling background images
Diffstat (limited to 'frontend/views/page/page.css')
-rw-r--r--frontend/views/page/page.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css
index 8f671e4..9bf4671 100644
--- a/frontend/views/page/page.css
+++ b/frontend/views/page/page.css
@@ -10,6 +10,10 @@
.tile.image {
display: block;
}
+.tile.image.is_tiled {
+ width: 100%;
+ height: 100%;
+}
.tile.text {
display: block;