aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <larsh@slaptop.hjemli.net>2007-01-28 11:33:55 +0100
committerLars Hjemli <larsh@slaptop.hjemli.net>2007-01-28 11:33:55 +0100
commit8596cda71d04cd49cb983aee7968d14cc58c030d (patch)
tree6f8053d21fecd718d3493fe665240dc7892d44d2 /cgit.css
parentUnified install path (diff)
downloadcgit-8596cda71d04cd49cb983aee7968d14cc58c030d.tar.xz
cgit-8596cda71d04cd49cb983aee7968d14cc58c030d.zip
Change global document layout
Use a document-wide table for the main layout Signed-off-by: Lars Hjemli <larsh@slaptop.hjemli.net>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/cgit.css b/cgit.css
index d2c0d0b..63acd78 100644
--- a/cgit.css
+++ b/cgit.css
@@ -3,7 +3,7 @@ body {
font-size: normal;
background: white;
padding: 0em;
- margin: 0.5em 1em;
+ margin: 0em;
}
@@ -48,30 +48,33 @@ table.list td {
img {
border: none;
}
-
-div#header {
+table#layout {
+ width: 100%;
+ border-collapse: collapse;
+ margin: 0px;
+}
+td#header {
background-color: #ddd;
padding: 0.25em 0.25em 0.25em 0.5em;
font-size: 150%;
font-weight: bold;
- border: solid 1px #aaa;
+ border-bottom: solid 1px #aaa;
vertical-align: middle;
- margin-bottom: 2em;
}
-div#header img#logo {
+td#header img#logo {
float: right;
}
-div#header input {
+td#header input {
float: right;
margin: 0.25em 1em;
}
-div#header a {
+td#header a {
color: black;
}
-div#content {
- margin: 0.5em 0.5em;
+td#content {
+ padding: 1em 0.5em;
}
div#blob {