From 9d9a797ccabea41dfc4cb00bbf671d838c87723b Mon Sep 17 00:00:00 2001 From: ronan le priol Date: Tue, 17 Dec 2013 10:51:32 +0100 Subject: [PATCH] commit du 17 12 2013 10:51 --- css/style-mobile.css | 69 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/css/style-mobile.css b/css/style-mobile.css index 145dcfa..23a7d6a 100644 --- a/css/style-mobile.css +++ b/css/style-mobile.css @@ -806,6 +806,75 @@ border-right: solid 1px; border-left: solid 1px; } + +/*********************************************************************************/ +/* specs */ +/*********************************************************************************/ +#specs header.style4 + { + padding: 0em 0em 0em 0em; + margin-bottom:1em; + } + + #specs header.style4 h2 + { + text-transform: uppercase; + font-size: 1.2em; + letter-spacing: 0.075em; + line-height:1em; + font-weight: normal; + } + + #specs header.style4 hr + { + margin: 1em 0 1em 0; + } + + #specs-list .row + { + padding: 0px 0px 0px 0px; + } + + + + + #specs-list + { + margin: 0px; + padding: 0px; + border: 0px none; + font-weight: inherit; + font-style: inherit; + display:block; + margin-bottom: 2em; + } + + #specs-list ul + { + padding-left: 1em; + text-decoration: none; + margin-bottom: 0em; + list-style-type: disc; + } + + #specs-list li + { + display: list-item; + text-decoration: none; + } + + #specs-list ul ul + { + text-decoration: none; + padding-left: 2em; + list-style-type: circle; + } + + #specs-list span + { + text-decoration: none; + } + /*********************************************************************************/ /* Sidebar */ /*********************************************************************************/ -- 2.39.5