summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 7a5f423..7600e84 100644
--- a/cgit.css
+++ b/cgit.css
@@ -132,48 +132,53 @@ table.list tr.logheader {
132 132
133table.list tr:hover { 133table.list tr:hover {
134 background: #eee; 134 background: #eee;
135} 135}
136 136
137table.list tr.nohover:hover { 137table.list tr.nohover:hover {
138 background: white; 138 background: white;
139} 139}
140 140
141table.list th { 141table.list th {
142 font-weight: bold; 142 font-weight: bold;
143 /* color: #888; 143 /* color: #888;
144 border-top: dashed 1px #888; 144 border-top: dashed 1px #888;
145 border-bottom: dashed 1px #888; 145 border-bottom: dashed 1px #888;
146 */ 146 */
147 padding: 0.1em 0.5em 0.05em 0.5em; 147 padding: 0.1em 0.5em 0.05em 0.5em;
148 vertical-align: baseline; 148 vertical-align: baseline;
149} 149}
150 150
151table.list td { 151table.list td {
152 border: none; 152 border: none;
153 padding: 0.1em 0.5em 0.1em 0.5em; 153 padding: 0.1em 0.5em 0.1em 0.5em;
154} 154}
155 155
156table.list td.commitgraph {
157 font-family: monospace;
158 white-space: pre;
159}
160
156table.list td.logsubject { 161table.list td.logsubject {
157 font-family: monospace; 162 font-family: monospace;
158 font-weight: bold; 163 font-weight: bold;
159} 164}
160 165
161table.list td.logmsg { 166table.list td.logmsg {
162 font-family: monospace; 167 font-family: monospace;
163 white-space: pre; 168 white-space: pre;
164 padding: 0 0.5em; 169 padding: 0 0.5em;
165} 170}
166 171
167table.list td a { 172table.list td a {
168 color: black; 173 color: black;
169} 174}
170 175
171table.list td a.ls-dir { 176table.list td a.ls-dir {
172 font-weight: bold; 177 font-weight: bold;
173 color: #00f; 178 color: #00f;
174} 179}
175 180
176table.list td a:hover { 181table.list td a:hover {
177 color: #00f; 182 color: #00f;
178} 183}
179 184
@@ -710,25 +715,25 @@ table.ssdiff td.hunk {
710 715
711table.ssdiff td.head { 716table.ssdiff td.head {
712 border-top: solid 1px #aaa; 717 border-top: solid 1px #aaa;
713 border-bottom: solid 1px #aaa; 718 border-bottom: solid 1px #aaa;
714} 719}
715 720
716table.ssdiff td.head div.head { 721table.ssdiff td.head div.head {
717 font-weight: bold; 722 font-weight: bold;
718 color: black; 723 color: black;
719} 724}
720 725
721table.ssdiff td.foot { 726table.ssdiff td.foot {
722 border-top: solid 1px #aaa; 727 border-top: solid 1px #aaa;
723 border-left: none; 728 border-left: none;
724 border-right: none; 729 border-right: none;
725 border-bottom: none; 730 border-bottom: none;
726} 731}
727 732
728table.ssdiff td.space { 733table.ssdiff td.space {
729 border: none; 734 border: none;
730} 735}
731 736
732table.ssdiff td.space div { 737table.ssdiff td.space div {
733 min-height: 3em; 738 min-height: 3em;
734} \ No newline at end of file 739}