Skip to content

Commit 14b7aa7

Browse files
authored
Sync with the stable documentation branch (#17466)
This pull request is syncing the main with changes from language-reference-stable. It was created automatically after 28fec6b by @bishabosha
2 parents 005b3e5 + ee62f32 commit 14b7aa7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/_docs/reference/experimental/fewer-braces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: "Fewer Braces"
44
nightlyOf: https://docs.scala-lang.org/scala3/reference/experimental/fewer-braces.html
55
---
66

7-
The documentation contained in this file is now part of [./indentation.html].
7+
The documentation contained in this file is now part of the [indentation page](../other-new-features/indentation.html).

scaladoc/resources/dotty_res/styles/theme/layout/content.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,15 @@
229229
vertical-align: top;
230230
}
231231

232+
/* content blockquote */
233+
#content blockquote {
234+
color: var(--text-secondary);
235+
border-left: 4px solid var(--border-default);
236+
padding: 0 calc(2 * var(--base-spacing));
237+
margin-inline-start: calc(2 * var(--base-spacing));
238+
margin-inline-end: calc(2 * var(--base-spacing));
239+
}
240+
232241
/* content link */
233242
#content a {
234243
color: var(--text-primary);

0 commit comments

Comments
 (0)