aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2007-06-19 05:12:09 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2007-06-19 05:14:17 (JST)
commita215bf4620113fcefb8dd3442bf3501bd648c463 (patch)
tree22e156c5b67605d7174c73efcd132696b335e8a0 /cgit.css
parent1f34fb9d4f0bf82706ed8912c37a4b320a14813b (diff)
downloadcgit-a215bf4620113fcefb8dd3442bf3501bd648c463.zip
cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.tar.gz
Change S/L/T to summary/log/tree
In yet another attempt at better usability, the cryptic S/L/T links are changed to show their full name. Suggested-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 9c79c32..112dac1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -371,16 +371,17 @@ table.list td.repogroup {
371 371
372a.button { 372a.button {
373 font-size: 80%; 373 font-size: 80%;
374 color: #333; 374 color: #aaa;
375 background-color: #ccc; 375 background-color: #eee;
376 border: solid 1px #999; 376 border: solid 1px #aaa;
377 padding: 0em 0.5em; 377 padding: 0em 0.5em;
378 margin: 0.1em 0.25em; 378 margin: 0.1em 0.25em;
379} 379}
380 380
381a.button:hover { 381a.button:hover {
382 text-decoration: none; 382 text-decoration: none;
383 background-color: #eee; 383 color: #333;
384 background-color: #ccc;
384} 385}
385 386
386a.primary { 387a.primary {