summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-11-03 15:44:07 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-11-03 15:44:07 -0500
commit2011d5e8c4d028102fbd3e4e3924f710dc3e3774 (patch)
treed2d46bb71aea5e5fb84dcc22e8d55106e674b774
parent85ed4f1dc42f06ce0c9a3f4a2b0e43b7f599ba0a (diff)
index.html: display repository descriptionHEADmaster
-rw-r--r--registry-browser/static/index.html14
1 files changed, 14 insertions, 0 deletions
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</h1>
<li id="repo-item">
<h4 class="formatted-name"></h4>
<span class="tags-header">Tags:</span><span class="formatted-tags"></span>
+ <hr/>
+ <span class="description"></span>
</li>
</div>