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 %} +
+ +
+ +