Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal8_parallax_theme
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Show more breadcrumbs
project
drupal8_parallax_theme
Merge requests
!4
3359589-footer-title-are : Footer title are not shown remove bullets and align.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
3359589-footer-title-are : Footer title are not shown remove bullets and align.
issue/drupal8_parallax_theme-3359589:3359589-footer-title-are
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Open
Alok Singh
requested to merge
issue/drupal8_parallax_theme-3359589:3359589-footer-title-are
into
8.x-1.x
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Footer title are not shown remove bullets and align.
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
316dace9
1 commit,
1 year ago
2 files
+
19
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
css/global.css
+
9
−
1
Options
@@ -322,7 +322,15 @@ abbr.tabledrag-changed, abbr.ajax-changed { border-bottom: none; }
.navbar-default
.navbar-toggle
.icon-bar
{
display
:
block
;
width
:
35px
;
height
:
4px
;
border-radius
:
1px
;
background-color
:
#333
;
}
.navbar-default
.navbar-toggle
:focus
,
.navbar-default
.navbar-toggle
:hover
{
background
:
none
;
}
nav
h2
{
display
:
none
;
}
nav
h2
{
display
:
block
;
}
nav
li
{
list-style-type
:
none
;
}
nav
ul
{
padding-left
:
0
;
}
.menu-base-theme
{
background
:
none
;
}
.menu-base-theme
ul
{
background
:
none
;
}
Loading