mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 11:58:51 +00:00
[ticket/16746] add spaces between sorting sections
PHPBB3-16746
This commit is contained in:
parent
abe1d85fbf
commit
11203f4824
1 changed files with 9 additions and 1 deletions
|
@ -54,6 +54,7 @@
|
||||||
"word-break",
|
"word-break",
|
||||||
"tab-size",
|
"tab-size",
|
||||||
"hyphens",
|
"hyphens",
|
||||||
|
|
||||||
"background",
|
"background",
|
||||||
"background-color",
|
"background-color",
|
||||||
"background-image",
|
"background-image",
|
||||||
|
@ -104,17 +105,21 @@
|
||||||
"outline-color",
|
"outline-color",
|
||||||
"outline-offset",
|
"outline-offset",
|
||||||
"tap-highlight-color",
|
"tap-highlight-color",
|
||||||
|
|
||||||
"box-decoration-break",
|
"box-decoration-break",
|
||||||
"box-shadow",
|
"box-shadow",
|
||||||
"text-shadow",
|
"text-shadow",
|
||||||
|
|
||||||
"color",
|
"color",
|
||||||
"opacity",
|
"opacity",
|
||||||
|
|
||||||
"position",
|
"position",
|
||||||
"z-index",
|
"z-index",
|
||||||
"top",
|
"top",
|
||||||
"right",
|
"right",
|
||||||
"bottom",
|
"bottom",
|
||||||
"left",
|
"left",
|
||||||
|
|
||||||
"display",
|
"display",
|
||||||
"visibility",
|
"visibility",
|
||||||
"float",
|
"float",
|
||||||
|
@ -130,13 +135,14 @@
|
||||||
"flex-order",
|
"flex-order",
|
||||||
"flex-pack",
|
"flex-pack",
|
||||||
"flex-align",
|
"flex-align",
|
||||||
"flex-basis",
|
|
||||||
"flex-grow",
|
"flex-grow",
|
||||||
"flex-shrink",
|
"flex-shrink",
|
||||||
|
"flex-basis",
|
||||||
"flex-wrap",
|
"flex-wrap",
|
||||||
"justify-content",
|
"justify-content",
|
||||||
"align-items",
|
"align-items",
|
||||||
"align-self",
|
"align-self",
|
||||||
|
|
||||||
"box-sizing",
|
"box-sizing",
|
||||||
"width",
|
"width",
|
||||||
"min-width",
|
"min-width",
|
||||||
|
@ -154,6 +160,7 @@
|
||||||
"padding-right",
|
"padding-right",
|
||||||
"padding-bottom",
|
"padding-bottom",
|
||||||
"padding-left",
|
"padding-left",
|
||||||
|
|
||||||
"table-layout",
|
"table-layout",
|
||||||
"empty-cells",
|
"empty-cells",
|
||||||
"caption-side",
|
"caption-side",
|
||||||
|
@ -163,6 +170,7 @@
|
||||||
"list-style-position",
|
"list-style-position",
|
||||||
"list-style-type",
|
"list-style-type",
|
||||||
"list-style-image",
|
"list-style-image",
|
||||||
|
|
||||||
"content",
|
"content",
|
||||||
"quotes",
|
"quotes",
|
||||||
"counter-reset",
|
"counter-reset",
|
||||||
|
|
Loading…
Add table
Reference in a new issue