After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 666904 - Highlight folders!
Highlight folders!
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Git
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
: 642875 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-12-27 12:37 UTC by Gil Forcada
Modified: 2011-12-29 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gil Forcada 2011-12-27 12:37:50 UTC
Please add the following CSS snippet to any CSS that's being used by git.gnome.org:

table.list td a.ls-dir {
    color: #0000FF;
    font-weight: bold;
}

With this, the tree view (i.e. [1]) will look like [2].

It helps a lot on searching for folders and makes them nicer :)



[1] http://git.gnome.org/browse/gnome-contacts/tree
[2] http://hjemli.net/git/cgit/tree
Comment 1 André Klapper 2011-12-28 16:24:17 UTC
*** Bug 642875 has been marked as a duplicate of this bug. ***