aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/git_browse.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style/git_browse.css')
-rw-r--r--static/style/git_browse.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/static/style/git_browse.css b/static/style/git_browse.css
new file mode 100644
index 0000000..a88147d
--- /dev/null
+++ b/static/style/git_browse.css
@@ -0,0 +1,35 @@
+pre.large {
+ font-family: courier;
+ margin: 10px;
+ padding: 6px;
+ border: 1px solid black;
+ background-color: #F2D1D1;
+ overflow: auto; }
+
+table.gitbrowser {
+ width: 100%;
+ border-spacing: 2px;
+}
+table.gitbrowser tr {
+ width: 100%;
+ background-color: #EEEEEE;
+}
+table.gitbrowser td {
+ margin: 0px;
+ margin-bottom: 2px;
+}
+td.head {
+ font-weight: bold;
+ width: 130px;
+ overflow: hidden;
+}
+
+td.hash {
+ width: 100px;
+ overflow: hidden;
+ text-align: right;
+}
+span.hash {
+ font-family: courier;
+}
+