You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/01/19 18:41:41 UTC

svn commit: r1725573 - /ofbiz/site/css/global.css

Author: jleroux
Date: Tue Jan 19 17:41:41 2016
New Revision: 1725573

URL: http://svn.apache.org/viewvc?rev=1725573&view=rev
Log:
quote.jpg does not exist, it's used by the CSS blockquote selector itself only used in the style.html page which has only a reference purpose. Anyway removing quote.jpg ref from the CSS blockquote selector has no effect

Modified:
    ofbiz/site/css/global.css

Modified: ofbiz/site/css/global.css
URL: http://svn.apache.org/viewvc/ofbiz/site/css/global.css?rev=1725573&r1=1725572&r2=1725573&view=diff
==============================================================================
--- ofbiz/site/css/global.css (original)
+++ ofbiz/site/css/global.css Tue Jan 19 17:41:41 2016
@@ -232,7 +232,7 @@ blockquote {
     margin: 15px 10px;
     padding: 10px 10px 10px 35px;
     border: 1px solid #ECF8FE;
-    background: #ECF8FE url(../images/quote.jpg) no-repeat 10px 10px;
+    background: #ECF8FE no-repeat 10px 10px;
     font-weight: normal;
     font-size: 1.5em;
     line-height: 1.5em;