diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-10-22 12:29:55 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-10-22 12:29:55 -0400 |
commit | 9e2c420461cef709811ac84f958fae20b93b800b (patch) | |
tree | d5add39f231a9edb86988173cc938f6a1b21532f /themes/alps/assets | |
parent | 8de661b3bb47eec32cfbfab52c404e9fd610e8e2 (diff) | |
download | alps-9e2c420461cef709811ac84f958fae20b93b800b.tar.gz alps-9e2c420461cef709811ac84f958fae20b93b800b.zip |
Categorize and normalize folder listing
Diffstat (limited to 'themes/alps/assets')
-rw-r--r-- | themes/alps/assets/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index 6d107de..2ba4af7 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -127,7 +127,8 @@ footer { text-align: right; } aside { flex: 0 0 180px; } -aside a { width: 100%; display: block; padding: 0.4rem 0 0.4rem 0.5rem; } +aside a, +aside .noselect { width: 100%; display: block; padding: 0.4rem 0 0.4rem 0.5rem; } aside a.active { font-weight: bold; color: black; text-decoration: none; } aside img { display: block; } main { |