Testing Stylesheet
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/45f01bf2 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/45f01bf2 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/45f01bf2 Branch: refs/heads/master Commit: 45f01bf28f89779d03382e2b9b3d56af549c6429 Parents: 593328d Author: Ryan McGuinness <[email protected]> Authored: Sun Dec 16 19:54:43 2018 -0500 Committer: Ryan McGuinness <[email protected]> Committed: Sun Dec 16 19:54:43 2018 -0500 ---------------------------------------------------------------------- examples/github-stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/45f01bf2/examples/github-stylesheet.css ---------------------------------------------------------------------- diff --git a/examples/github-stylesheet.css b/examples/github-stylesheet.css index a7f5ef0..d7936a6 100644 --- a/examples/github-stylesheet.css +++ b/examples/github-stylesheet.css @@ -1,4 +1,4 @@ .small { - font-color: pink; + color: pink; font-size: .8em; } \ No newline at end of file
