[static-web] cgit: Replace fixed width references with percent ones



commit b427ab7d6bd6ac53ac5a9413185bf0285f4fc687
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Wed Feb 14 22:30:20 2018 +0200

    cgit: Replace fixed width references with percent ones

 cgit/cgit-gnome.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cgit/cgit-gnome.css b/cgit/cgit-gnome.css
index 97f4dae..c7e0b25 100644
--- a/cgit/cgit-gnome.css
+++ b/cgit/cgit-gnome.css
@@ -17,7 +17,7 @@ table#header td.logo {
 
 
 #page {
-    width: 960px;
+    width: 100%;
     margin: auto;
 } 
 
@@ -59,14 +59,14 @@ table.tabs td.form input, table.tabs td.form select {
 }
 
 #header {
-    width: 960px;
+    width: 100%;
     float: center;
     font-size: 75%;
 }
 
 #cgit {
     margin: auto;
-    width: 960px;
+    width: 100%;
 }
 
 select, input {


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