summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 459dca7..9112bfe 100644
--- a/cgit.css
+++ b/cgit.css
@@ -40,48 +40,53 @@ table.list th {
40 padding: 0.1em 0.5em 0.1em 0.5em; 40 padding: 0.1em 0.5em 0.1em 0.5em;
41 vertical-align: baseline; 41 vertical-align: baseline;
42} 42}
43table.list td { 43table.list td {
44 border: none; 44 border: none;
45 padding: 0.1em 0.5em 0.1em 0.5em; 45 padding: 0.1em 0.5em 0.1em 0.5em;
46} 46}
47img { 47img {
48 border: none; 48 border: none;
49} 49}
50 50
51 51
52div#header { 52div#header {
53 background-color: #ddd; 53 background-color: #ddd;
54 padding: 0.25em 0.25em 0.25em 0.5em; 54 padding: 0.25em 0.25em 0.25em 0.5em;
55 font-size: 150%; 55 font-size: 150%;
56 font-weight: bold; 56 font-weight: bold;
57 border: solid 1px #aaa; 57 border: solid 1px #aaa;
58 vertical-align: middle; 58 vertical-align: middle;
59 margin-bottom: 2em; 59 margin-bottom: 2em;
60} 60}
61div#header img#logo { 61div#header img#logo {
62 float: right; 62 float: right;
63} 63}
64
65div#header input {
66 float: right;
67 margin: 0.25em 1em;
68}
64div#header a { 69div#header a {
65 color: black; 70 color: black;
66} 71}
67 72
68div#content { 73div#content {
69 margin: 0.5em 0.5em; 74 margin: 0.5em 0.5em;
70} 75}
71 76
72div#blob { 77div#blob {
73 border: solid 1px black; 78 border: solid 1px black;
74} 79}
75 80
76div.error { 81div.error {
77 color: red; 82 color: red;
78 font-weight: bold; 83 font-weight: bold;
79 margin: 1em 2em; 84 margin: 1em 2em;
80} 85}
81div.ls-blob, div.ls-dir { 86div.ls-blob, div.ls-dir {
82 font-family: monospace; 87 font-family: monospace;
83} 88}
84div.ls-dir a { 89div.ls-dir a {
85 font-weight: bold; 90 font-weight: bold;
86} 91}
87th.filesize, td.filesize { 92th.filesize, td.filesize {