aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-20 17:47:12 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-20 17:47:12 -0800
commit3395a94951e7f9dce5c774b7fb38159052751869 (patch)
tree84334b853e6b61ff8f27e2026f319aa5bc8db606 /static
parent855f0613ed1c0fe28f62f105c1433d29cec7fa86 (diff)
downloadbnewnet-3395a94951e7f9dce5c774b7fb38159052751869.tar.gz
bnewnet-3395a94951e7f9dce5c774b7fb38159052751869.zip
git_browse: moved heads_table and tags_table to seperate files
Diffstat (limited to 'static')
-rw-r--r--static/style/git_browse.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/static/style/git_browse.css b/static/style/git_browse.css
index a88147d..44b884b 100644
--- a/static/style/git_browse.css
+++ b/static/style/git_browse.css
@@ -8,7 +8,7 @@ pre.large {
table.gitbrowser {
width: 100%;
- border-spacing: 2px;
+ border-spacing: 4px;
}
table.gitbrowser tr {
width: 100%;
@@ -28,8 +28,5 @@ td.hash {
width: 100px;
overflow: hidden;
text-align: right;
-}
-span.hash {
font-family: courier;
}
-