Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/mobile-options.css

Issue 29545595: Noissue - Fixed regression: Logo image broken in mobile options page (Closed)
Patch Set: Created Sept. 15, 2017, 10:17 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/mobile-options.css
===================================================================
--- a/skin/mobile-options.css
+++ b/skin/mobile-options.css
@@ -78,7 +78,7 @@
left: -25px;
width: 20px;
height: 20px;
- background: url(mobile/abp-logo.svg) 0/20px;
saroyanm 2017/09/15 11:00:37 Detail: We can use initial values for background-p
+ background: url(abp-logo.svg) 0/20px;
content: "";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld