Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1849e5c3
Commit
1849e5c3
authored
Jan 05, 2015
by
alexpott
Browse files
Issue
#2398531
by DickJohnson, rpayanm: Some images not showing up after SMACSS split
parent
9a504cbf
Changes
2
Show whitespace changes
Inline
Side-by-side
core/themes/bartik/css/components/comments.css
View file @
1849e5c3
...
...
@@ -48,7 +48,7 @@
line-height
:
1.6
;
}
.comment
.comment-arrow
{
background
:
url(../images/comment-arrow.gif)
no-repeat
0
center
transparent
;
/* LTR */
background
:
url(../
../
images/comment-arrow.gif)
no-repeat
0
center
transparent
;
/* LTR */
border-left
:
1px
solid
;
border-right
:
1px
solid
;
height
:
40px
;
...
...
@@ -58,7 +58,7 @@
width
:
20px
;
}
[
dir
=
"rtl"
]
.comment
.comment-arrow
{
background-image
:
url(../images/comment-arrow-rtl.gif)
;
background-image
:
url(../
../
images/comment-arrow-rtl.gif)
;
margin-left
:
0
;
margin-right
:
-47px
;
}
...
...
core/themes/bartik/css/components/header.css
View file @
1849e5c3
...
...
@@ -87,7 +87,7 @@ h1.site-name {
background
:
rgba
(
255
,
255
,
255
,
0.8
);
}
.region-header
.form-required
:after
{
background-image
:
url(../images/required.svg)
;
background-image
:
url(../
../
images/required.svg)
;
}
/* Region header block menus. */
.region-header
.block-menu
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment