Skip to content

Commit

Permalink
DRY: --indent
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 7, 2024
1 parent b51af1a commit 6f0b2da
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 32 deletions.
12 changes: 8 additions & 4 deletions docs/odata-csdl-json/styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down
12 changes: 8 additions & 4 deletions docs/odata-csdl-xml/styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down
12 changes: 8 additions & 4 deletions docs/odata-data-aggregation-ext/styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down
12 changes: 8 additions & 4 deletions docs/odata-json-format/styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down
12 changes: 8 additions & 4 deletions docs/odata-protocol/styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down
12 changes: 8 additions & 4 deletions docs/odata-temporal-ext/styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down
12 changes: 8 additions & 4 deletions docs/odata-url-conventions/styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down
12 changes: 8 additions & 4 deletions styles/odata.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--indent: 40px;
}

a:target,
span:target {
background-color: yellow;
Expand Down Expand Up @@ -168,11 +172,11 @@ td > code {

.example pre,
.rep {
margin-left: 40px;
margin-left: var(--indent);
}

.caption p {
margin-left: 40px;
margin-left: var(--indent);
margin-bottom: -1em;
}

Expand All @@ -192,7 +196,7 @@ td > code {
}

.indent {
margin-left: 40px;
margin-left: var(--indent);
}

td pre {
Expand All @@ -215,7 +219,7 @@ mjx-container {

mjx-container[display="true"] {
text-align: left !important;
margin-left: 40px !important;
margin-left: var(--indent) !important;
}

code .er {
Expand Down

0 comments on commit 6f0b2da

Please sign in to comment.