diff options
author | Lars Hjemli | 2007-06-18 22:12:09 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-06-18 22:14:17 +0200 |
commit | a215bf4620113fcefb8dd3442bf3501bd648c463 (patch) | |
tree | 22e156c5b67605d7174c73efcd132696b335e8a0 /cgit.css | |
parent | 1f34fb9d4f0bf82706ed8912c37a4b320a14813b (diff) | |
download | cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.tar.gz cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.tar.bz2 cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.zip |
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.css | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -371,16 +371,17 @@ table.list td.repogroup { | |||
371 | 371 | ||
372 | a.button { | 372 | a.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 | ||
381 | a.button:hover { | 381 | a.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 | ||
386 | a.primary { | 387 | a.primary { |