diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 00:40:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 00:40:00 +0800 |
commit | 34820abaa02bf1cb9d8f62d2dccdaf5ba3045c81 (patch) | |
tree | c92f98d7c9d05cf956a5a4c5cb49e9d10d7bccf8 /static | |
parent | Use ref_query for ?branch=x, etc (diff) | |
download | forge-34820abaa02bf1cb9d8f62d2dccdaf5ba3045c81.tar.gz forge-34820abaa02bf1cb9d8f62d2dccdaf5ba3045c81.tar.zst forge-34820abaa02bf1cb9d8f62d2dccdaf5ba3045c81.zip |
Add repo tab navigation to all pages
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index ecec229..0776d40 100644 --- a/static/style.css +++ b/static/style.css @@ -490,6 +490,8 @@ td > ul { width: fit-content; } +/* Tab navigation */ + .nav-tabs-standalone { border: none; list-style: none; |