This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/chemistry-site.git
commit e39f274299acf24053b0129f5defeb6fd9d31354 Author: Dave Fisher <[email protected]> AuthorDate: Mon Jun 14 13:15:52 2021 -0700 fixes --- content/internal/opencmis-release.md | 2 ++ content/resources/site.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/internal/opencmis-release.md b/content/internal/opencmis-release.md index d21ead8..b08cc4f 100644 --- a/content/internal/opencmis-release.md +++ b/content/internal/opencmis-release.md @@ -1,3 +1,5 @@ +Title: OpenCMIS Release Process + # OpenCMIS Release Process This is a rough description of the OpenCMIS release process. diff --git a/content/resources/site.css b/content/resources/site.css index 06ac467..c03bb1d 100644 --- a/content/resources/site.css +++ b/content/resources/site.css @@ -1569,7 +1569,7 @@ div.auto_complete ul strong.highlight { /* added */ -.codehilite { +code .codehilite { border: 1px dashed #3c78b5; font-size: 11px; font-family: Courier; @@ -1703,4 +1703,4 @@ td.projectbox-table:hover { .codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */ .codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */ .codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */ -.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
