From 89969cf4d6dc308f68efc44d493f9a4a236a24cd Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 22 Dec 2015 11:21:18 -0500 Subject: #119 - fixes to pack in montage - still some odd header behavior but better than what exists now Former-commit-id: 869cab572aa43f457848bf0b4beab312cb17b6d3 --- www/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'www/css') 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 -- cgit v1.2.3