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

Unified Diff: anwiki/_override-static/global/global/css/main.css

Issue 9199005: Removed horizontal gradient for background image (Closed)
Patch Set: Created Jan. 14, 2013, 11:02 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 | anwiki/_override-static/global/global/img/background.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override-static/global/global/css/main.css
===================================================================
--- a/anwiki/_override-static/global/global/css/main.css
+++ b/anwiki/_override-static/global/global/css/main.css
@@ -8,12 +8,6 @@
{
background-color: #f8f6f2;
background-image: url(../img/background.png);
- background-image: -webkit-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
- background-image: -moz-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
- background-image: -ms-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
- background-image: -o-linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
- background-image: linear-gradient(left, #efede9, #f8f6f2 50%, #f4f2ee);
- background-size: 5px 5px;
margin: 0;
}
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/img/background.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld