[Debbits-commit] [debbits] 01/01: Have a mobile-friendly CCS. Thanks to "W. Martin Borgert"

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Mar 15 12:53:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository debbits.

commit 21f481ff3da898e4bffd09e17a5b043bc061c9ca
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Sun Mar 15 13:51:40 2015 +0100

    Have a mobile-friendly CCS. Thanks to "W. Martin Borgert"
---
 theme-bits/static/style.css | 30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

diff --git a/theme-bits/static/style.css b/theme-bits/static/style.css
index b7cbb37..f986f7e 100644
--- a/theme-bits/static/style.css
+++ b/theme-bits/static/style.css
@@ -33,13 +33,11 @@ a:hover {
 
 #wrapper {
     margin: 0 auto;
-    width: 940px;
 }
 
 #header {
     float: left;
     height: 125px;
-    width: 940px;
 }
 
 /* This is for having "Bits from Debian" more aligned to the center */
@@ -50,23 +48,19 @@ a:hover {
 
 #content {
     float: left;
-    width: 690px;
 }
 
 #rightcolumn {
     background: #fff;
-    width: 250px;
     float: left;
 }
 
 #footer {
     height: 30px;
-    width: 940px;
-	text-align:center;
+    text-align:center;
     clear: both;
 }
 
-
 .article h1 {
     color: #C70038;
 }
@@ -81,3 +75,25 @@ a:hover {
 .nocss {
     display: none;
 }
+
+ at media screen and (min-width: 940px) {
+    #wrapper {
+        width: 940px;
+    }
+
+    #header {
+        width: 940px;
+    }
+
+    #content {
+        width: 690px;
+    }
+
+    #rightcolumn {
+        width: 250px;
+    }
+
+    #footer {
+        width: 940px;
+    }
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debbits/debbits.git



More information about the Debbits-commit mailing list