You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/11/01 15:03:10 UTC

svn commit: r1404598 - /vcl/site/trunk/content/css/vcl.css

Author: jfthomps
Date: Thu Nov  1 14:03:10 2012
New Revision: 1404598

URL: http://svn.apache.org/viewvc?rev=1404598&view=rev
Log:
added background-position to docnote

Modified:
    vcl/site/trunk/content/css/vcl.css

Modified: vcl/site/trunk/content/css/vcl.css
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/css/vcl.css?rev=1404598&r1=1404597&r2=1404598&view=diff
==============================================================================
--- vcl/site/trunk/content/css/vcl.css (original)
+++ vcl/site/trunk/content/css/vcl.css Thu Nov  1 14:03:10 2012
@@ -135,6 +135,7 @@ h1,h2,h3,h4,h5,h6 {
 .docnote {
 	display: inline-block;
 	background: url(/img/icon_i.png) center left no-repeat;
+	background-position: 0px 10px;
 	margin-left: 1.5em;
 	border: 1px solid #9ec49f;
 	padding: 0.5em 0.5em 0.5em 2.5em;