summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-06-18 20:12:09 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-06-18 20:14:17 (UTC)
commita215bf4620113fcefb8dd3442bf3501bd648c463 (patch) (unidiff)
tree22e156c5b67605d7174c73efcd132696b335e8a0 /cgit.css
parent1f34fb9d4f0bf82706ed8912c37a4b320a14813b (diff)
downloadcgit-a215bf4620113fcefb8dd3442bf3501bd648c463.zip
cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.tar.gz
cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.tar.bz2
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') (more/less context) (ignore whitespace changes)
-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
@@ -368,22 +368,23 @@ table.list td.repogroup {
368 font-style: italic; 368 font-style: italic;
369 color: #888; 369 color: #888;
370} 370}
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 {
387 font-size: 100%; 388 font-size: 100%;
388} 389}
389 390