qemu-devel
[Top][All Lists]
Advanced

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

[PATCH qemu-web] move 'clear: both;' in #footer from 'style-desktop.css'


From: ~ubzeme
Subject: [PATCH qemu-web] move 'clear: both;' in #footer from 'style-desktop.css' to 'style.css'
Date: Mon, 28 Feb 2022 15:22:41 +0800

From: Yan-Jie Wang <ubzeme@gmail.com>

This fixes the mobile version of the website.

Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/5
Signed-off-by: Yan-Jie Wang <ubzeme@gmail.com>
---
 assets/css/style-desktop.css | 9 ---------
 assets/css/style.css         | 1 +
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/assets/css/style-desktop.css b/assets/css/style-desktop.css
index 90a154d..241d835 100644
--- a/assets/css/style-desktop.css
+++ b/assets/css/style-desktop.css
@@ -98,15 +98,6 @@
                margin-top: -0.2em;
        }
 
-/*********************************************************************************/
-/* Footer                                                                      
  */
-/*********************************************************************************/
-
-       #footer
-       {
-               clear: both;
-       }
-
 
/*********************************************************************************/
 /* Featured                                                                    
  */
 
/*********************************************************************************/
diff --git a/assets/css/style.css b/assets/css/style.css
index aede79a..779b111 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -504,6 +504,7 @@
        #footer
        {
                position: relative;
+               clear: both;
        }
 
        #footer a
-- 
2.34.1



reply via email to

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