Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UBC_Vancouver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022 Competition
UBC_Vancouver
Commits
50db5670
Commit
50db5670
authored
2 years ago
by
Patrick Lee
Browse files
Options
Downloads
Plain Diff
Merge branch 'navbar_sidebar' into 'main'
Fix bars See merge request
!25
parents
7bf0245a
f38926de
No related branches found
Branches containing commit
No related tags found
1 merge request
!25
Fix bars
Pipeline
#119172
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/style.css
+7
-1
7 additions, 1 deletion
static/style.css
wiki/menu.html
+1
-1
1 addition, 1 deletion
wiki/menu.html
with
8 additions
and
2 deletions
static/style.css
+
7
−
1
View file @
50db5670
...
...
@@ -7,6 +7,12 @@
--dark-color
:
#212529
;
}
/* NAVBAR OVERRIDE */
#navbar-override
{
background-color
:
var
(
--header-footer
);
opacity
:
1.0
;
}
body
{
padding-top
:
56px
;
font-family
:
'Albert Sans'
!important
;
...
...
@@ -218,7 +224,7 @@ footer a:hover { color: white; text-decoration: underline; }
padding
:
20px
;
color
:
#FFFFFF
;
position
:
sticky
;
top
:
5
0px
;
top
:
8
0px
;
align-self
:
flex-start
;
font-size
:
14px
!important
;
}
...
...
This diff is collapsed.
Click to expand it.
wiki/menu.html
+
1
−
1
View file @
50db5670
<nav
class=
"navbar navbar-expand-lg navbar-dark
bg-dark
fixed-top"
>
<nav
class=
"navbar navbar-expand-lg navbar-dark fixed-top"
id=
"navbar-override"
>
<div
class=
"container"
>
<!-- Navbar -->
<!---- TEAM NAME ---->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment