noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 24/35: Cosmetic change CSS for mobile


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 24/35: Cosmetic change CSS for mobile
Date: Tue, 24 May 2016 21:25:39 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f840757bbaecf37bac031da9b01fb86203956881
Author: Dany De Bontridder <address@hidden>
Date:   Thu May 5 12:14:17 2016 +0200

    Cosmetic change CSS for mobile
---
 html/style-classic.css   |    5 ++++-
 html/style-light.css     |    4 ++++
 html/style-mandarine.css |    4 ++++
 html/style-mobile.css    |    4 ++++
 4 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index 10ef594..0ac0268 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -162,6 +162,9 @@ td.tool a.mtitle:hover {
     margin-bottom: 40px;
     width: 100%;
 }
address@hidden only screen and (max-width:955px) {
+    margin-bottom: 70px;
+}
 #module {
     position:absolute;
     top:0px;
@@ -2205,4 +2208,4 @@ td.selectedmenu {
     position:float;
     float:left;
     padding-left: 150px;
-}
\ No newline at end of file
+}
diff --git a/html/style-light.css b/html/style-light.css
index e9ea5c0..ab6c5d8 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -163,6 +163,10 @@ td.tool a.mtitle:hover {
     margin-bottom: 40px;
     width: 100%;
 }
address@hidden only screen and (max-width:955px) {
+    margin-bottom: 70px;
+}
+
 #module {
     position:absolute;
     top:0px;
diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index 3f402c9..ea02dc5 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -142,6 +142,10 @@ td.tool a.mtitle:hover {
     margin-bottom: 40px;
     width: 100%;
 }
address@hidden only screen and (max-width:955px) {
+    margin-bottom: 70px;
+}
+
 #module {
     position:absolute;
     top:0px;
diff --git a/html/style-mobile.css b/html/style-mobile.css
index 4ad8099..c22e437 100644
--- a/html/style-mobile.css
+++ b/html/style-mobile.css
@@ -162,6 +162,10 @@ td.tool a.mtitle:hover {
     margin-bottom: 18px;
     width: 100%;
 }
address@hidden only screen and (max-width:955px) {
+    margin-bottom: 70px;
+}
+
 #module {
     position:absolute;
     top:0px;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]