diff --git a/docs/styles/border.md b/docs/styles/border.md index e9c9638cc..3ac9a119a 100644 --- a/docs/styles/border.md +++ b/docs/styles/border.md @@ -28,10 +28,10 @@ Borders may also be set individually for the four edges of a widget with the `bo ``` border: [] []; -border-top: ] []; -border-right: ] []; -border-bottom: ] []; -border-left: ] []; +border-top: [] []; +border-right: [] []; +border-bottom: [] []; +border-left: [] []; ``` ## Border command diff --git a/docs/styles/outline.md b/docs/styles/outline.md index d3432e8de..e77574b15 100644 --- a/docs/styles/outline.md +++ b/docs/styles/outline.md @@ -30,10 +30,10 @@ Outlines may also be set individually with the `outline-top`, `outline-right`, ` ``` outline: [] []; -outline-top: ] []; -outline-right: ] []; -outline-bottom: ] []; -outline-left: ] []; +outline-top: [] []; +outline-right: [] []; +outline-bottom: [] []; +outline-left: [] []; ``` ## Example diff --git a/docs/styles/scrollbar_size.md b/docs/styles/scrollbar_size.md index de42ae96e..a6bfbcce8 100644 --- a/docs/styles/scrollbar_size.md +++ b/docs/styles/scrollbar_size.md @@ -4,7 +4,7 @@ The `scrollbar-size` rule changes the size of the scrollbars. It takes 2 integer The scrollbar dimensions may also be set individually with `scrollbar-size-horizontal` and `scrollbar-size-vertical`. -# Syntax +## Syntax ``` scrollbar-size: ;