summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index ae304fa..5f01926 100644
--- a/cgit.css
+++ b/cgit.css
@@ -62,50 +62,50 @@ div#header img#logo {
62} 62}
63div#header a { 63div#header a {
64 color: black; 64 color: black;
65} 65}
66 66
67div#content { 67div#content {
68 margin: 0.5em 0.5em; 68 margin: 0.5em 0.5em;
69} 69}
70 70
71div#blob { 71div#blob {
72 border: solid 1px black; 72 border: solid 1px black;
73} 73}
74 74
75div.error { 75div.error {
76 color: red; 76 color: red;
77 font-weight: bold; 77 font-weight: bold;
78 margin: 1em 2em; 78 margin: 1em 2em;
79} 79}
80div.ls-dir a { 80div.ls-dir a {
81 font-weight: bold; 81 font-weight: bold;
82} 82}
83th.filesize, td.filesize { 83th.filesize, td.filesize {
84 text-align: right; 84 text-align: right;
85} 85}
86th.filemode, td.filemode { 86td.filemode {
87 text-align: center; 87 font-family: monospace;
88} 88}
89 89
90td.blob { 90td.blob {
91 white-space: pre; 91 white-space: pre;
92 font-family: courier; 92 font-family: courier;
93 font-size: 100%; 93 font-size: 100%;
94 background-color: white; 94 background-color: white;
95} 95}
96 96
97table.log td { 97table.log td {
98 white-space: nowrap; 98 white-space: nowrap;
99} 99}
100 100
101table.commit-info { 101table.commit-info {
102 border-collapse: collapse; 102 border-collapse: collapse;
103 margin-top: 1.5em; 103 margin-top: 1.5em;
104} 104}
105table.commit-info th { 105table.commit-info th {
106 text-align: left; 106 text-align: left;
107 font-weight: normal; 107 font-weight: normal;
108 padding: 0.1em 1em 0.1em 0.1em; 108 padding: 0.1em 1em 0.1em 0.1em;
109} 109}
110table.commit-info td { 110table.commit-info td {
111 font-weight: normal; 111 font-weight: normal;