You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2008/11/23 16:51:44 UTC

svn commit: r719998 - /incubator/click/trunk/click/documentation/docs/downloads.html

Author: sabob
Date: Sun Nov 23 07:51:44 2008
New Revision: 719998

URL: http://svn.apache.org/viewvc?rev=719998&view=rev
Log:
use normal font-size

Modified:
    incubator/click/trunk/click/documentation/docs/downloads.html

Modified: incubator/click/trunk/click/documentation/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/downloads.html?rev=719998&r1=719997&r2=719998&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/downloads.html (original)
+++ incubator/click/trunk/click/documentation/docs/downloads.html Sun Nov 23 07:51:44 2008
@@ -70,7 +70,7 @@
         <p/>
         To include Click in your project add the following dependency in your <tt>pom.xml</tt>:
 
-<pre style="font-size: 120%;border: 1px solid #888888; padding: 1em; overflow: auto">
+<pre style="border: 1px solid #888888; padding: 1em; overflow: auto">
 &lt;!-- Specifying the artifactId click will include Click Core in your pom.xml --&gt;
 <span class="tag">&lt;dependency&gt;</span>
     <span class="tag">&lt;groupId&gt;</span>net.sf.click<span class="tag">&lt;/groupId&gt;</span>