Skip to content

Commit

Permalink
doc: update the security embargo banner style (#1701)
Browse files Browse the repository at this point in the history
So that it also displays nicely in the job page.
  • Loading branch information
joyeecheung authored Feb 22, 2019
1 parent e5666e4 commit c9ea982
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/jenkins-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ Add a Jenkins "system message" in https://ci.nodejs.org/configure. Something lik
```
And some fancy "extra-css" to the Theme at https://ci.nodejs.org/configure#section122:
```css
#header {
#header, .task-icon-link[href="/"] {
background-color: red;
}
a#jenkins-home-link:after {
content: "Under security embargo!";
font-size: larger;
color: yellow;
margin-left: 200px;
content: "Under security embargo!";
font-size: larger;
color: yellow;
margin-left: 250px;
}
```

Expand Down

0 comments on commit c9ea982

Please sign in to comment.