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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal8_parallax_theme
Merge requests
!8
drupal8_parallax_theme-3366654:Fixed the separator visibility issue on article.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
drupal8_parallax_theme-3366654:Fixed the separator visibility issue on article.
issue/drupal8_parallax_theme-3366654:drupal8_parallax_theme-3366654
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Open
drupal8_parallax_theme-3366654:Fixed the separator visibility issue on article.
Shweta Sharma
requested to merge
issue/drupal8_parallax_theme-3366654:drupal8_parallax_theme-3366654
into
8.x-1.x
Jun 14, 2023
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
52f66c8c
1 commit,
Jun 14, 2023
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
css/global.css
+
2
−
2
View file @ dcec5c04
Edit in single-file editor
Open in Web IDE
Show full file
@@ -200,13 +200,13 @@ input, button, select, textarea { padding: 6px; border: 1px solid #e3e3e3; }
.btn
:hover
,
input
[
type
=
"submit"
]
:hover
{
background
:
#ea504e
;
color
:
#fff
;
}
/*Comment*/
.comment-wrap
{
overflow
:
hidden
;
margin-bottom
:
20px
;
padding-bottom
:
20px
;
border-bottom
:
1px
solid
#
F5F5F5
;
}
.comment-wrap
{
overflow
:
hidden
;
margin-bottom
:
20px
;
padding-bottom
:
20px
;
border-bottom
:
1px
solid
#
a8a8a8
;
}
.comment-wrap
.author-details
{
float
:
left
;
width
:
20%
;
}
.comment-wrap
.author-comments
{
padding-left
:
5px
;
float
:
left
;
width
:
80%
;
}
.comment-wrap
.author-comments
h3
{
margin-top
:
10px
;
}
.comment-wrap
.author-comments
p
{
margin-bottom
:
10px
;
}
.comment-submitted
{
padding
:
5px
10px
;
border
:
1px
solid
#
eee
;
display
:
inline-block
;
line-height
:
100%
;
}
.comment-submitted
{
padding
:
5px
10px
;
border
:
1px
solid
#
a8a8a8
;
display
:
inline-block
;
line-height
:
100%
;
}
/*links Inline*/
ul
.links.inline
li
{
display
:
inline-block
;
padding-right
:
10px
;
}
Loading