diff --git a/assets/html/css/main.css b/assets/html/css/main.css index 0d3855d..df6b60f 100644 --- a/assets/html/css/main.css +++ b/assets/html/css/main.css @@ -108,3 +108,32 @@ a { letter-spacing: 1px; margin-top: 12px; } + +.pr-list > li > h1 { + display: inline; +} + +.thumbnail { + display: inline-block; + padding: 2px; + background-color: #fff; + border: 1px solid #ddd; + height: 35px; + width: 35px; + border-radius: 50%; +} + +div.thumbnail-container { + padding-top: 10px; +} + +div.thumbnail img { + height: inherit; + width: inherit; + vertical-align: middle; + border-radius: 50%; +} + +.label { + font-weight: 600 !important; +} diff --git a/assets/html/template/release-template.html b/assets/html/template/release-template.html index 694b564..a9b7456 100644 --- a/assets/html/template/release-template.html +++ b/assets/html/template/release-template.html @@ -39,14 +39,17 @@

    {{range .Releases}}
  1. -

    {{.Name}}

    -
    Author: {{.Author.Login}}
    - -
    Created At: {{.CreatedAt}}
    -
    Published At: {{.PublishedAt}}
    -
    Summary:
    +

    {{.Name}}

    +
    +
    + +
    + {{.Author.Login}} published this at + {{.PublishedAt}} +
    +

    Summary:

    {{.Body}}

    -
    {{.TagName}}
    +
    More details at: {{.TagName}}

  2. {{end}}