Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Nov 6, 2024
1 parent 9bdcfbd commit ea94054
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 7 deletions.
9 changes: 8 additions & 1 deletion docs/odata-csdl-json/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ a[href^="#XML-"]::after {
}

.example,
.example table {
.example table,
.funnelweb {
font-size: smaller;
}

Expand All @@ -50,6 +51,11 @@ a[href^="#XML-"]::after {
font-style: italic;
}

.funnelweb p,
.funnelweb li {
color: green;
}

.rep {
border-left: solid windowtext 1pt;
padding-left: 8pt;
Expand Down Expand Up @@ -171,6 +177,7 @@ td > code {
}

.example pre,
.funnelweb pre,
.rep {
margin-left: var(--indent);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/odata-csdl-xml/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ a[href^="#XML-"]::after {
}

.example,
.example table {
.example table,
.funnelweb {
font-size: smaller;
}

Expand All @@ -50,6 +51,11 @@ a[href^="#XML-"]::after {
font-style: italic;
}

.funnelweb p,
.funnelweb li {
color: green;
}

.rep {
border-left: solid windowtext 1pt;
padding-left: 8pt;
Expand Down Expand Up @@ -171,6 +177,7 @@ td > code {
}

.example pre,
.funnelweb pre,
.rep {
margin-left: var(--indent);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/odata-data-aggregation-ext/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ a[href^="#XML-"]::after {
}

.example,
.example table {
.example table,
.funnelweb {
font-size: smaller;
}

Expand All @@ -50,6 +51,11 @@ a[href^="#XML-"]::after {
font-style: italic;
}

.funnelweb p,
.funnelweb li {
color: green;
}

.rep {
border-left: solid windowtext 1pt;
padding-left: 8pt;
Expand Down Expand Up @@ -171,6 +177,7 @@ td > code {
}

.example pre,
.funnelweb pre,
.rep {
margin-left: var(--indent);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/odata-json-format/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ a[href^="#XML-"]::after {
}

.example,
.example table {
.example table,
.funnelweb {
font-size: smaller;
}

Expand All @@ -50,6 +51,11 @@ a[href^="#XML-"]::after {
font-style: italic;
}

.funnelweb p,
.funnelweb li {
color: green;
}

.rep {
border-left: solid windowtext 1pt;
padding-left: 8pt;
Expand Down Expand Up @@ -171,6 +177,7 @@ td > code {
}

.example pre,
.funnelweb pre,
.rep {
margin-left: var(--indent);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/odata-protocol/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ a[href^="#XML-"]::after {
}

.example,
.example table {
.example table,
.funnelweb {
font-size: smaller;
}

Expand All @@ -50,6 +51,11 @@ a[href^="#XML-"]::after {
font-style: italic;
}

.funnelweb p,
.funnelweb li {
color: green;
}

.rep {
border-left: solid windowtext 1pt;
padding-left: 8pt;
Expand Down Expand Up @@ -171,6 +177,7 @@ td > code {
}

.example pre,
.funnelweb pre,
.rep {
margin-left: var(--indent);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/odata-temporal-ext/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ a[href^="#XML-"]::after {
}

.example,
.example table {
.example table,
.funnelweb {
font-size: smaller;
}

Expand All @@ -50,6 +51,11 @@ a[href^="#XML-"]::after {
font-style: italic;
}

.funnelweb p,
.funnelweb li {
color: green;
}

.rep {
border-left: solid windowtext 1pt;
padding-left: 8pt;
Expand Down Expand Up @@ -171,6 +177,7 @@ td > code {
}

.example pre,
.funnelweb pre,
.rep {
margin-left: var(--indent);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/odata-url-conventions/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ a[href^="#XML-"]::after {
}

.example,
.example table {
.example table,
.funnelweb {
font-size: smaller;
}

Expand All @@ -50,6 +51,11 @@ a[href^="#XML-"]::after {
font-style: italic;
}

.funnelweb p,
.funnelweb li {
color: green;
}

.rep {
border-left: solid windowtext 1pt;
padding-left: 8pt;
Expand Down Expand Up @@ -171,6 +177,7 @@ td > code {
}

.example pre,
.funnelweb pre,
.rep {
margin-left: var(--indent);
}
Expand Down

0 comments on commit ea94054

Please sign in to comment.