Repository: brooklyn-docs Updated Branches: refs/heads/master 9fd76b950 -> eb2186c38
tweak glossarizer style - was a bit overkill before Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/046bc139 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/046bc139 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/046bc139 Branch: refs/heads/master Commit: 046bc1394c713c4e46a9200ac6a673164d2ae1e7 Parents: 9fd76b9 Author: Alex Heneveld <[email protected]> Authored: Fri Sep 1 14:14:13 2017 +0100 Committer: Alex Heneveld <[email protected]> Committed: Fri Sep 1 14:14:29 2017 +0100 ---------------------------------------------------------------------- style/css/_basic.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/046bc139/style/css/_basic.scss ---------------------------------------------------------------------- diff --git a/style/css/_basic.scss b/style/css/_basic.scss index f550436..29fecbb 100644 --- a/style/css/_basic.scss +++ b/style/css/_basic.scss @@ -87,10 +87,6 @@ td, th { abbr.glossarizer_replaced { border-bottom: 1px dashed; - font-style: italic; - &:before { - font-family: FontAwesome; - content: "\f045"; - padding-right: 5px; - } + text-decoration: none; + cursor: help; }
