diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-21 01:21:23 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-21 01:21:23 -0800 |
commit | a1f72ac87a18fe1fcc0cf1a2eb8d69d89ba606df (patch) | |
tree | 7c8abb1f7222777fb55030a2c3b8c075732f1375 /static | |
parent | 34ce40fdb73eda0ae07ef62ddc713a4651b9bc7c (diff) | |
download | bnewnet-a1f72ac87a18fe1fcc0cf1a2eb8d69d89ba606df.tar.gz bnewnet-a1f72ac87a18fe1fcc0cf1a2eb8d69d89ba606df.zip |
put in temp fix for head and tag views
TODO: filter diff and raw blob output correctly (wrap and escape)
Diffstat (limited to 'static')
-rw-r--r-- | static/style/git_browse.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style/git_browse.css b/static/style/git_browse.css index 7fc04e8..2772a07 100644 --- a/static/style/git_browse.css +++ b/static/style/git_browse.css @@ -66,4 +66,4 @@ span.hash { a.head { color: green; } a.tag { - color: yellow; } + color: orange; } |