Skip to content

Commit

Permalink
Normalize headings for CSS properties
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Jul 26, 2023
1 parent 360088a commit 8a68c7e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/css/column-fill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `column-fill` property is specified as one of the keyword values listed belo

{{csssyntax}}

## Example
## Examples

### Balancing column content

Expand Down
6 changes: 3 additions & 3 deletions files/en-us/web/css/container-type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ container-type: unset;

{{CSSSyntax}}

## Example
## Examples

### Establishing inline size containment

Given the following HTML example which is a card component with an image, a title, and some text:

Expand Down Expand Up @@ -84,8 +86,6 @@ Writing a container query via the {{Cssxref("@container")}} at-rule will apply s
}
```

For more information on container queries, see the [CSS Container Queries](/en-US/docs/Web/CSS/CSS_container_queries) page.

## Specifications

{{Specifications}}
Expand Down
6 changes: 3 additions & 3 deletions files/en-us/web/css/container/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ container: unset;

{{CSSSyntax}}

## Example
## Examples

### Establishing inline size containment

Given the following HTML example which is a card component with an image, a title, and some text:

Expand Down Expand Up @@ -88,8 +90,6 @@ You can then target that container by name using the {{cssxref("@container")}} a
}
```

For more information on container queries, see the [CSS Container Queries](/en-US/docs/Web/CSS/CSS_container_queries) page.

## Specifications

{{Specifications}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/empty-cells/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The `empty-cells` property is specified as one of the keyword values listed belo

{{csssyntax}}

## Example
## Examples

### Showing and hiding empty table cells

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/font-weight/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ span {

{{Compat}}

## See Also
## See also

- {{cssxref("font-family")}}
- {{cssxref("font-style")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/margin-trim/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ margin-trim: revert-layer;
margin-trim: unset;
```

## Values
### Values

- `none`

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/math-depth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ math-depth: revert-layer;
math-depth: unset;
```

## Values
### Values

- `auto-add`
- : Set to the inherited `math-depth` plus 1 when inherited [math-style](/en-US/docs/Web/CSS/math-style) is `compact`.
Expand Down

0 comments on commit 8a68c7e

Please sign in to comment.