From 54889ccea52cb49c35841c2821f7a430bad3fb56 Mon Sep 17 00:00:00 2001 From: Hubert Date: Sun, 4 Jul 2021 07:43:03 +0200 Subject: [PATCH] save --- static/gitust/gitust.css | 22 ++++++++++++++++++++++ templates/base.html | 3 ++- templates/git.html | 20 +++++++++++++++----- 3 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 static/gitust/gitust.css diff --git a/static/gitust/gitust.css b/static/gitust/gitust.css new file mode 100644 index 0000000..49b2001 --- /dev/null +++ b/static/gitust/gitust.css @@ -0,0 +1,22 @@ +ul.breadcrumb { + /*padding: 10px 16px;*/ + list-style: none; + /*background-color: #eee;*/ +} +ul.breadcrumb li { + display: inline; + /*font-size: 18px;*/ +} +ul.breadcrumb li+li:before { + /*padding: 8px;*/ + color: black; + content: "/\00a0"; +} +ul.breadcrumb li a { + color: #0275d8; + text-decoration: none; +} +ul.breadcrumb li a:hover { + color: #01447e; + text-decoration: underline; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index de9bb01..ddfa700 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,8 @@ - + + {{repo.name}} diff --git a/templates/git.html b/templates/git.html index 86ba711..20ba5dc 100644 --- a/templates/git.html +++ b/templates/git.html @@ -21,10 +21,12 @@
-

https://www.wikipedia.org

-

Repository description

+
+

https://www.wikipedia.org

+

Repository description

+
-
+
112 revisions
@@ -39,7 +41,7 @@
-
+
@@ -59,7 +61,15 @@
- {% for (dir, prev) in root %}/{{dir}}{% endfor %} +
+ +
+ +
    {% for entry in browse %}