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

Unified Diff: static/css/main.css

Issue 29550786: Issue 5633 - Removed patterned background-images (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Sept. 20, 2017, 4:07 p.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 | static/css/simple.css » ('j') | static/css/simple.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,18 +1,16 @@
*
{
font-family: Arial, sans;
font-size: 16px;
}
body
{
- background-color: #f8f6f2;
- background-image: url(../img/background.png);
ire 2017/09/21 08:33:49 The background.png file isn't being used anywhere,
juliandoucette 2017/09/21 14:47:08 Acknowledged.
juliandoucette 2017/09/21 14:49:45 Done.
margin: 0;
line-height: 1.5;
}
a img
{
border: none;
}
« no previous file with comments | « no previous file | static/css/simple.css » ('j') | static/css/simple.css » ('J')

Powered by Google App Engine
This is Rietveld