From 5b3e899e4c60edf9b51667b4b48220ba0c620b1e Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Mon, 16 Oct 2017 14:10:02 +0200 Subject: [PATCH] qs image-detail DL --- css/template_detail.less | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/css/template_detail.less b/css/template_detail.less index 410e937..97ef1ce 100644 --- a/css/template_detail.less +++ b/css/template_detail.less @@ -60,7 +60,6 @@ /* + + + + + meta data + + + + + */ div.img_detail { - @media screen { /* vertical minus margin of .img-detail corresponds to the padding of .page */ background-color: @ini_background_page_header; @@ -85,7 +84,6 @@ } dl { - @media screen { .display-flex(); .flex-wrap(); @@ -112,18 +110,16 @@ width: 40%; } } - @media screen { - dd { - padding-left: (@small-spacing * 2); + dd { + padding-left: (@small-spacing * 2); - @media @screen_min-xs { - width: 66.6%; - } + @media @screen_min-xs { + width: 66.6%; + } - @media @screen_max-xs { - width: 59.9%; - } + @media @screen_max-xs { + width: 59.9%; } } }