[static-web] cgit: There are more fixed width leftovers
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] cgit: There are more fixed width leftovers
- Date: Wed, 14 Feb 2018 21:42:35 +0000 (UTC)
commit 465ea1ff045e4dbc230ed75d647ed4bd8302e45f
Author: Tom Tryfonidis <tomtryf gnome org>
Date: Wed Feb 14 23:41:43 2018 +0200
cgit: There are more fixed width leftovers
cgit/cgit.css | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/cgit/cgit.css b/cgit/cgit.css
index 081cbb6..6ee4170 100644
--- a/cgit/cgit.css
+++ b/cgit/cgit.css
@@ -16,7 +16,7 @@ table {
background: none;
border-collapse: collapse;
margin: auto;
- max-width: 960px;
+ max-width: 100%;
width: 100%;
}
@@ -64,7 +64,7 @@ table.tabs {
border-collapse: collapse;
margin-top: 2em;
margin-bottom: 0px;
- width: 960px;
+ width: 100%;
}
table.tabs td {
@@ -98,12 +98,12 @@ div.content {
margin: 0px;
padding-top: 2em;
border-top: solid 3px #ccc;
- width: 960px;
+ width: 100%;
}
table.list {
- width: 960px;
+ width: 100%;
border: none;
border-collapse: collapse;
}
@@ -111,7 +111,7 @@ table.list {
table.list tr {
background: none;
margin: auto;
- width: 960px;
+ width: 100%;
}
table.list tr.logheader {
@@ -592,6 +592,6 @@ table.hgraph div.bar {
tbody {
- width: 960px;
+ width: 100%;
margin: auto;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]