Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pelican-theme-teckids
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
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
Team PR
pelican-theme-teckids
Compare revisions
1a7dde089b3552f70122c9194afb5370c4944149 to 3bd62fc30eb93974955178f8199c945e5cdc6560
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
3bd62fc30eb93974955178f8199c945e5cdc6560
Select Git revision
Branches
master
set-max-carousel-img-height
Swap
Target
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
1a7dde089b3552f70122c9194afb5370c4944149
Select Git revision
Branches
master
set-max-carousel-img-height
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix height of navbar
· 3bd62fc3
Tom Teichler
authored
4 years ago
Verified
3bd62fc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/css/style.css
+2
-0
2 additions, 0 deletions
static/css/style.css
with
2 additions
and
0 deletions
static/css/style.css
View file @
3bd62fc3
...
@@ -8,10 +8,12 @@ a {
...
@@ -8,10 +8,12 @@ a {
.navbar
{
.navbar
{
border-bottom
:
var
(
--teckids-orange-dark
)
3px
solid
;
border-bottom
:
var
(
--teckids-orange-dark
)
3px
solid
;
height
:
80px
;
}
}
.navbar-brand
{
.navbar-brand
{
padding
:
0
;
padding
:
0
;
height
:
100%
}
}
img
#logo
{
img
#logo
{
...
...
This diff is collapsed.
Click to expand it.