aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/default.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-20 02:21:25 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-20 02:21:25 -0800
commit3d203c153301d4dd9c3285e7dea86ee09eb3b0c5 (patch)
tree47bf5bb676c5f25def0a4a37852c1783961a03e6 /static/style/default.css
parent566473abe7aac915429a633e996bdb719f1a308b (diff)
downloadbnewnet-3d203c153301d4dd9c3285e7dea86ee09eb3b0c5.tar.gz
bnewnet-3d203c153301d4dd9c3285e7dea86ee09eb3b0c5.zip
mid-progress, work on git-browser
fan is dying, more work to do though! TODO: seperate style for git_browser, use "block.super"
Diffstat (limited to 'static/style/default.css')
-rw-r--r--static/style/default.css33
1 files changed, 32 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css
index 585b54d..27915a9 100644
--- a/static/style/default.css
+++ b/static/style/default.css
@@ -8,6 +8,9 @@ body {
background-color: #E3E3E3; }
a {
text-decoration: none; }
+a.subtle {
+ color: black;
+ text-decoration: none; }
h1 {
font-size: 16pt;
font-weight: bold;
@@ -34,7 +37,7 @@ hr {
border-right: 55px solid #FFFFFF; }
dt {
font-weight: bold; }
-pre {
+pre.large {
font-family: courier;
margin: 10px;
padding: 6px;
@@ -182,6 +185,34 @@ pre {
width: 160px;
height: 180px; }
+table.gitbrowser {
+ width: 100%;
+ border-spacing: 0px;
+}
+table.gitbrowser tr {
+ width: 100%;
+ margin-bottom: 2px;
+}
+table.gitbrowser td {
+ margin: 0px;
+ border: 1px solid black;
+ margin: 0px;
+}
+td.head {
+ font-weight: bold;
+ width: 130px;
+ overflow: hidden;
+}
+
+td.hash {
+ width: 100px;
+ overflow: hidden;
+ text-align: right;
+}
+span.hash {
+ font-family: courier;
+}
+
#top_bar {
height: 22px;
background-color: #993333;