summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-12-22 11:21:18 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-12-22 11:21:18 -0500
commit89969cf4d6dc308f68efc44d493f9a4a236a24cd (patch)
treefe391d90e92033a662a647fe4b56a1605747e447 /www/css
parentf8c1153845b8fa828ceeb4c4627bf6452b7d0b05 (diff)
#119 - fixes to pack in montage - still some odd header behavior but better than what exists now
Former-commit-id: 869cab572aa43f457848bf0b4beab312cb17b6d3
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 163003a1..b45fd484 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -655,4 +655,16 @@ input[type=range]::-webkit-slider-thumb {
-webkit-animation-delay: 1s;
}
+.montage_image
+{
+ margin-top:15px;
+ width: 100% !important;
+ height: auto !important;
+}
+.montage_image_full_screen
+{
+ margin-top:0px;
+ width: 100% !important;
+ height: auto !important;
+} \ No newline at end of file