Testing Stylesheet
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/593328d1 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/593328d1 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/593328d1 Branch: refs/heads/master Commit: 593328d18522c54e3b674699ffc587ff455c25b8 Parents: 65f2874 Author: Ryan McGuinness <[email protected]> Authored: Sun Dec 16 19:53:29 2018 -0500 Committer: Ryan McGuinness <[email protected]> Committed: Sun Dec 16 19:53:29 2018 -0500 ---------------------------------------------------------------------- examples/access-timeout-meta/README.adoc | 3 +-- examples/github-stylesheet.css | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/593328d1/examples/access-timeout-meta/README.adoc ---------------------------------------------------------------------- diff --git a/examples/access-timeout-meta/README.adoc b/examples/access-timeout-meta/README.adoc index 039c3b7..a794e2a 100644 --- a/examples/access-timeout-meta/README.adoc +++ b/examples/access-timeout-meta/README.adoc @@ -7,9 +7,8 @@ ifdef::env-github[] :note-caption: :information_source: :important-caption: :heavy_exclamation_mark: :caution-caption: :fire: +:stylesheet: ../github-stylesheet.css endif::[] -@import(../github-stylesheet.css) - == Introduction http://git-wip-us.apache.org/repos/asf/tomee/blob/593328d1/examples/github-stylesheet.css ---------------------------------------------------------------------- diff --git a/examples/github-stylesheet.css b/examples/github-stylesheet.css index 11ac929..a7f5ef0 100644 --- a/examples/github-stylesheet.css +++ b/examples/github-stylesheet.css @@ -1,3 +1,4 @@ -small { +.small { + font-color: pink; font-size: .8em; } \ No newline at end of file
