Skip to content

Commit bb03938

Browse files
author
Stanislav Idolov
authored
ENGCOM-2602: Fix minor css issues #17228
2 parents a433a4e + 28e856d commit bb03938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Url/_files/sourceImport.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
body {background: url(body.gif);}
65
@import url(../recursive.css);
7-
p {background: url(1.gif?param);}
86
@import url("deep/recursive.css");
7+
body {background: url(body.gif);}
8+
p {background: url(1.gif?param);}
99
h1 {background: url('../h1.gif#param');} h2 {background: url(../images/h2.gif?test);}

lib/web/css/docs/docs.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)