| Index: Tools/GardeningServer/ui/ct-builder.html
|
| diff --git a/Tools/GardeningServer/ui/ct-builder.html b/Tools/GardeningServer/ui/ct-builder.html
|
| index 258cc9865c541d1a5f31f77cb3f0260187c11fc0..4a0926a80d19c4660792a731c3f0bc1e57ca7e44 100644
|
| --- a/Tools/GardeningServer/ui/ct-builder.html
|
| +++ b/Tools/GardeningServer/ui/ct-builder.html
|
| @@ -8,7 +8,6 @@ found in the LICENSE file.
|
| <template>
|
| <style>
|
| a {
|
| - border: 1px solid gray;
|
| display: inline-block;
|
| font-size: 11px;
|
| margin-bottom: 2px;
|
| @@ -16,11 +15,6 @@ found in the LICENSE file.
|
| text-decoration: none;
|
| }
|
|
|
| - span {
|
| - background-color: #555;
|
| - color: white;
|
| - padding: 0 2px;
|
| - }
|
| </style>
|
| <a href="{{ builder.buildUrl }}">
|
| <span>{{ builder.builder }}</span>
|
|
|