Skip to content

Commit

Permalink
Restore inadvertently removed prettify.css, rename to current usage (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rkent authored Sep 27, 2024
1 parent a4fbf9f commit 379ec72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/repo_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- repo
- snapshot
{% endcomment %}

<link rel="stylesheet" href="{{ "/css/ci-status.css" | prepend: site.baseurl }}">
<table class="table table-condensed">
<tr>
<td style="width:100px;" class="text-right"><b>Checkout URI</b></td>
Expand Down
13 changes: 13 additions & 0 deletions css/ci-status.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
td.ci-status{position: absolute}
td.ci-status button.dropdown-toggle{font-size: 75%; padding: .3em .6em .4em;border: 0}
td.ci-status button.ci-result-success{background-color:#1f8c22}
td.ci-status button.ci-result-failure{background-color:#ff4136}
td.ci-status button.ci-result-unstable{background-color:#ff851b}
td.ci-status a.ci-result-success{background-color:#1f8c22}
td.ci-status a.ci-result-failure{background-color:#ff4136}
td.ci-status a.ci-result-unstable{background-color:#ff851b}
td.ci-status li.ci-result-success span{color: #1f8c22}
td.ci-status li.ci-result-failure span{color: #ff4136}
td.ci-status li.ci-result-unstable span{color: #ff851b}
td.ci-status li.ci-build-info span.caret{margin: 0 3px 0 5px}
td.ci-status li.ci-build-info span{padding-left: 10px}

0 comments on commit 379ec72

Please sign in to comment.