From 2011d5e8c4d028102fbd3e4e3924f710dc3e3774 Mon Sep 17 00:00:00 2001 From: Clark Laughlin Date: Tue, 3 Nov 2015 15:44:07 -0500 Subject: index.html: display repository description --- registry-browser/static/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/registry-browser/static/index.html b/registry-browser/static/index.html index 5605752..d6a2871 100644 --- a/registry-browser/static/index.html +++ b/registry-browser/static/index.html @@ -22,6 +22,13 @@ text-decoration: none; } + hr { + border: none; + height: 1px; + color: #99c747; + background-color: #99c747; + } + a:hover { color: #99c747; text-decoration: none; @@ -56,6 +63,11 @@ box-shadow: inset 0 1px 0 #fff; } + .description { + font-famiy: sans-serif; + font-size: 70%; + } + .tags-header { padding-right: 5px; font-size: 90%; @@ -151,6 +163,8 @@ Aarch64 Docker Registry
  • Tags: +
    +
  • -- cgit v1.2.3