Skip to content

Commit 2f4d43d

Browse files
Merge pull request #3951 from OpenLiberty/staging
Update Prod
2 parents 25659cf + d2da0f7 commit 2f4d43d

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

.whitesource

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"settingsInheritedFrom": "whitesource-config/whitesource-config@master",
3+
"scanSettingsSAST": {
4+
"enableScan": true
5+
}
6+
}

src/main/content/_assets/css/guide-multipane.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body {
6060
}
6161

6262
#guide_content .hotspot:not(.code_command) pre {
63-
font-family: Courier;
63+
font-family: Courier, monospace;
6464
font-size: 14px;
6565
padding: 5px;
6666
background-color: #f1f4fe;

src/main/content/_assets/css/start.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ html, body {
364364
.code_container {
365365
background-color: #F1F4FE;
366366
color: #24243B;
367-
font-family: Courier;
367+
font-family: Courier, monospace;
368368
font-size: 16px;
369369
padding: 30px 40px;
370370
border-radius: 7px;
@@ -750,7 +750,7 @@ html, body {
750750
#cmd_to_run {
751751
background-color: #F1F4FE;
752752
color: #24243B;
753-
font-family: Courier;
753+
font-family: Courier, monospace;
754754
font-size: 16px;
755755
padding: 20px 20px;
756756
border-radius: 7px;

src/main/content/antora_ui/src/sass/feature.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ div.sectionbody > div.paragraph > p {
7878

7979
pre, pre > code {
8080
background-color: #f1f4fe;
81-
font-family: Courier;
81+
font-family: Courier, monospace;
8282
font-size: 16px;
8383
color: #5E6B8D;
8484
letter-spacing: 0;

src/main/content/antora_ui/src/sass/general-reference.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ div.sectionbody > div.dlist > dl > dd > p {
7979
pre,
8080
pre > code,
8181
code {
82-
font-family: Courier;
82+
font-family: Courier, monospace;
8383
font-size: 14px;
8484
letter-spacing: 0;
8585
}

src/main/content/antora_ui/src/sass/overview.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
pre,
6868
pre>code,
6969
code {
70-
font-family: Courier;
70+
font-family: Courier, monospace;
7171
font-size: 14px;
7272
letter-spacing: 0;
7373
line-height: 24px;

0 commit comments

Comments
 (0)