Testing Stylesheet Rules
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/876be57a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/876be57a Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/876be57a Branch: refs/heads/master Commit: 876be57a205ec9d20be6fa674c742e6dcbdc6a6d Parents: 0a7826c Author: Ryan McGuinness <[email protected]> Authored: Sun Dec 16 19:45:39 2018 -0500 Committer: Ryan McGuinness <[email protected]> Committed: Sun Dec 16 19:45:39 2018 -0500 ---------------------------------------------------------------------- examples/access-timeout-meta/README.adoc | 1 + examples/github-stylesheet.css | 3 +++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/876be57a/examples/access-timeout-meta/README.adoc ---------------------------------------------------------------------- diff --git a/examples/access-timeout-meta/README.adoc b/examples/access-timeout-meta/README.adoc index 4c3ddfe..ab9e5dd 100644 --- a/examples/access-timeout-meta/README.adoc +++ b/examples/access-timeout-meta/README.adoc @@ -8,6 +8,7 @@ ifdef::env-github[] :important-caption: :heavy_exclamation_mark: :caution-caption: :fire: :warning-caption: :warning: +:stylesheet: ../github-stylesheet.css endif::[] == Introduction http://git-wip-us.apache.org/repos/asf/tomee/blob/876be57a/examples/github-stylesheet.css ---------------------------------------------------------------------- diff --git a/examples/github-stylesheet.css b/examples/github-stylesheet.css new file mode 100644 index 0000000..11ac929 --- /dev/null +++ b/examples/github-stylesheet.css @@ -0,0 +1,3 @@ +small { + font-size: .8em; +} \ No newline at end of file
