Repository: incubator-netbeans-website Updated Branches: refs/heads/apache-incubation dcabf79cc -> 13933bf59
Added style for the disclaimer. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/commit/c4b1c049 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/tree/c4b1c049 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/diff/c4b1c049 Branch: refs/heads/apache-incubation Commit: c4b1c049ccda4f4f7c93ad8cde408834cc101964 Parents: dcabf79 Author: Chris2011 <[email protected]> Authored: Sun Nov 27 22:48:12 2016 +0100 Committer: Chris2011 <[email protected]> Committed: Sun Nov 27 22:48:12 2016 +0100 ---------------------------------------------------------------------- styles/onepager.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-website/blob/c4b1c049/styles/onepager.scss ---------------------------------------------------------------------- diff --git a/styles/onepager.scss b/styles/onepager.scss index 9faaac9..e569831 100644 --- a/styles/onepager.scss +++ b/styles/onepager.scss @@ -590,6 +590,10 @@ body { } } } + + .disc { + margin: 1em; + } } .circle { @@ -980,12 +984,5 @@ body { } } } - - body { - .nav-link:hover { - color: #222; - border-bottom: 2px solid; - } - } } } \ No newline at end of file
