aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
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 {
3 font-size: normal; 3 font-size: normal;
4 background: white; 4 background: white;
5 padding: 0em; 5 padding: 0em;
6 margin: 0.5em 1em; 6 margin: 0em;
7} 7}
8 8
9 9
@@ -48,30 +48,33 @@ table.list td {
48img { 48img {
49 border: none; 49 border: none;
50} 50}
51 51table#layout {
52div#header { 52 width: 100%;
53 border-collapse: collapse;
54 margin: 0px;
55}
56td#header {
53 background-color: #ddd; 57 background-color: #ddd;
54 padding: 0.25em 0.25em 0.25em 0.5em; 58 padding: 0.25em 0.25em 0.25em 0.5em;
55 font-size: 150%; 59 font-size: 150%;
56 font-weight: bold; 60 font-weight: bold;
57 border: solid 1px #aaa; 61 border-bottom: solid 1px #aaa;
58 vertical-align: middle; 62 vertical-align: middle;
59 margin-bottom: 2em;
60} 63}
61div#header img#logo { 64td#header img#logo {
62 float: right; 65 float: right;
63} 66}
64 67
65div#header input { 68td#header input {
66 float: right; 69 float: right;
67 margin: 0.25em 1em; 70 margin: 0.25em 1em;
68} 71}
69div#header a { 72td#header a {
70 color: black; 73 color: black;
71} 74}
72 75
73div#content { 76td#content {
74 margin: 0.5em 0.5em; 77 padding: 1em 0.5em;
75} 78}
76 79
77div#blob { 80div#blob {