aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-20 20:33:11 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-20 20:33:11 -0800
commit5eb42d9e35ef0f94da4254552f6ac0ed184775a0 (patch)
tree7dd1db7d07480795ae16cf81712b51b8d3867cd7 /static
parentcce589d9b309679c8ea0a9bbed88e0093c1927f0 (diff)
downloadbnewnet-5eb42d9e35ef0f94da4254552f6ac0ed184775a0.tar.gz
bnewnet-5eb42d9e35ef0f94da4254552f6ac0ed184775a0.zip
wrapped up git_browse tree for now, filled in Blob object
Diffstat (limited to 'static')
-rw-r--r--static/style/git_browse.css46
1 files changed, 28 insertions, 18 deletions
diff --git a/static/style/git_browse.css b/static/style/git_browse.css
index bf9974d..7fc04e8 100644
--- a/static/style/git_browse.css
+++ b/static/style/git_browse.css
@@ -9,49 +9,59 @@ pre.large {
table.gitbrowser {
width: 100%;
border-spacing: 0px;
- font-size: 11px;
-}
+ font-size: 11px; }
table.gitbrowser tr {
width: 100%;
- background-color: #EEEEEE;
-}
+ background-color: #EEEEEE; }
td.head {
font-weight: bold;
padding-left: 13px;
width: 130px;
- overflow: hidden;
-}
+ overflow: hidden; }
+td.links {
+ width: 90px;
+ overflow: hidden; }
+td.objtype {
+ width: 35px;
+ font-style: italic; }
+td.filemode {
+ width: 55px;
+ font-family: courier; }
+td.filename {
+ width: 450px; }
+td.filename a.tree {
+ font-weight: bold; }
+td.filename a.blob {
+ font-weight: normal; }
td.tag {
font-weight: bold;
padding-left: 13px;
width: 130px;
- overflow: hidden;
-}
+ overflow: hidden; }
td.date {
font-style: italic;
width: 90px;
- overflow: hidden;
-}
+ overflow: hidden; }
td.author {
font-style: italic;
width: 100px;
- overflow: hidden;
-}
+ overflow: hidden; }
td.description {
- overflow: hidden;
-}
+ overflow: hidden; }
td.shorthash {
width: 60px;
overflow: hidden;
text-align: right;
- font-family: courier;
-}
+ font-family: courier; }
td.hash {
width: 100px;
overflow: hidden;
text-align: right;
- font-family: courier;
-}
+ font-family: courier; }
+
+span.hash {
+ font-family: courier; }
+
a.head {
color: green; }