summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
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 3f625ef2..461d2750 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -920,3 +920,15 @@ body {
color: #fff !important;
}
+@media (min-width:700px) {
+ .montage-time {
+ display:block !important;
+ line-height:250%;
+ }
+}
+
+@media (max-width:699px) {
+ .montage-time {
+ display:none !important;
+ }
+}