diff --git a/css/style.css b/css/style.css index e243697..4f61b1f 100644 --- a/css/style.css +++ b/css/style.css @@ -73,6 +73,11 @@ footer { padding: 0.5rem; cursor: pointer; background: #333; + border: 1px transparent solid; +} + +#active-feature-item { + border: 1px white solid; } .feature-detail-container { @@ -81,12 +86,4 @@ footer { #active-feature-detail { display: inherit; -} - -.feature-list-item { - border: 1px transparent solid; -} - -#active-feature-item { - border: 1px white solid; -} \ No newline at end of file +} \ No newline at end of file diff --git a/features.html b/features.html index 682460f..f400d24 100644 --- a/features.html +++ b/features.html @@ -178,8 +178,7 @@