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
a032529e03303c0f3678ac66286a4007fd35c7e6 to d054408408ee7992dbb65a8e0bf46d6936248331
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
d054408408ee7992dbb65a8e0bf46d6936248331
Select Git revision
Swap
Target
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
a032529e03303c0f3678ac66286a4007fd35c7e6
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix height of navbar brand
· d0544084
Tom Teichler
authored
4 years ago
d0544084
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/css/style.css
+1
-2
1 addition, 2 deletions
static/css/style.css
with
1 addition
and
2 deletions
static/css/style.css
View file @
d0544084
...
...
@@ -8,12 +8,11 @@ a {
.navbar
{
border-bottom
:
var
(
--teckids-primary-dark
)
3px
solid
;
height
:
80px
;
}
.navbar-brand
{
padding
:
0
;
height
:
100%
height
:
50px
;
}
img
#logo
{
...
...
This diff is collapsed.
Click to expand it.