mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
Tweak styles
This commit is contained in:
1
assets/goreportcard.css
vendored
1
assets/goreportcard.css
vendored
@@ -94,6 +94,7 @@ time {
|
||||
}
|
||||
.results-details .percentage {
|
||||
float: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
.results-details .wrapper {
|
||||
margin-bottom: 20px;
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
<script id="template-details" type="text/x-handlebars-template">
|
||||
<div class="wrapper">
|
||||
<a name="{{{name}}}"></a><h1 class="tool-title">{{{name}}}<span class="percentage {{color percentage}}">{{percentage}}%</span></h1>
|
||||
<p class="tool-description">{{{description}}}</p>
|
||||
<p class="notification tool-description">{{{description}}}</p>
|
||||
{{#if error}}
|
||||
<p class="error-msg">An error occurred while running this test ({{error}})</p>
|
||||
{{else}}
|
||||
|
||||
Reference in New Issue
Block a user