From f5a445d07c87524e892c3d14fd1250bf1a8fee3d Mon Sep 17 00:00:00 2001 From: Igor Sheviakov Date: Sun, 11 Jun 2017 16:40:11 +0300 Subject: [PATCH] changing style for #keys block adding netbeans metadata folder to .gitignore --- .gitignore | 3 +++ css/index.css | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index daf3eea..4dc5d11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ config.inc.php *.phar vendor + +# IDEs metadata +/nbproject/ diff --git a/css/index.css b/css/index.css index 2c8faf5..80ceade 100644 --- a/css/index.css +++ b/css/index.css @@ -23,10 +23,6 @@ text-decoration: underline; #keys { -position: absolute; -top: 18.5em; -left: 0; -bottom: 0; width: 290px; padding-left: 10px; overflow: auto; @@ -45,6 +41,7 @@ font-weight: normal; #keys li.folder { font-weight: bold; margin-top: .05em; +cursor: pointer; } #keys li.current a {