aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css23
1 files changed, 10 insertions, 13 deletions
diff --git a/cgit.css b/cgit.css
index 63acd78..d2c0d0b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -3,7 +3,7 @@ body {
font-size: normal;
background: white;
padding: 0em;
- margin: 0em;
+ margin: 0.5em 1em;
}
@@ -48,33 +48,30 @@ table.list td {
img {
border: none;
}
-table#layout {
- width: 100%;
- border-collapse: collapse;
- margin: 0px;
-}
-td#header {
+
+div#header {
background-color: #ddd;
padding: 0.25em 0.25em 0.25em 0.5em;
font-size: 150%;
font-weight: bold;
- border-bottom: solid 1px #aaa;
+ border: solid 1px #aaa;
vertical-align: middle;
+ margin-bottom: 2em;
}
-td#header img#logo {
+div#header img#logo {
float: right;
}
-td#header input {
+div#header input {
float: right;
margin: 0.25em 1em;
}
-td#header a {
+div#header a {
color: black;
}
-td#content {
- padding: 1em 0.5em;
+div#content {
+ margin: 0.5em 0.5em;
}
div#blob {