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

Unified Diff: static/css/simple.css

Issue 29550786: Issue 5633 - Removed patterned background-images (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Removed images Created Sept. 21, 2017, 2:49 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 | « static/css/main.css ('k') | static/img/background.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/simple.css
===================================================================
--- a/static/css/simple.css
+++ b/static/css/simple.css
@@ -28,17 +28,16 @@
font-style: normal;
}
body
{
margin: 0px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 600;
- background-image: url(/img/background-dark.png);
}
header
{
width: 100%;
}
a,
@@ -81,17 +80,16 @@
}
header::before
{
content: "";
display: block;
border-bottom: solid 1px #d0d0d0;
height: 92px;
- background-image: url(/img/background.png);
}
#logo
{
display: block;
position: absolute;
top: 42px;
left: 0px;
@@ -116,17 +114,17 @@
.notification
{
margin: 0px;
text-align: center;
}
section.highlighted
{
- background-image: url(/img/background-blue.png);
+ background-color: #5982B0;
color: #FFFFFF;
}
section.highlighted a
{
color: #FFFFFF;
}
« no previous file with comments | « static/css/main.css ('k') | static/img/background.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld