Am 21.04.2016 um 22:07 schrieb Milamber:


On 21/04/2016 21:00, Felix Schumacher wrote:

Am 21. April 2016 21:55:49 MESZ, schrieb [email protected]:
Author: milamber
Date: Thu Apr 21 19:55:49 2016
New Revision: 1740396

URL: http://svn.apache.org/viewvc?rev=1740396&view=rev
Log:
Downgrade ch_title style from h2 level to h3 level to allow make
difference on docs/changes.html font size vs ch_category
Ping @Felix are you ok?
If you want to make h2 look smaller, than that should be done using css not with a structural change.

I want have different size between ch_title and ch_category "velocity style" (without reduce ch_category style), the way h2->h3 seems the easiest for me, but if they have a elegant way with css style, you can revert/change my changes.
No, it looks good.

Felix
Thanks.


Felix

Modified:
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1740396&r1=1740395&r2=1740396&view=diff ==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Thu Apr 21
19:55:49 2016
@@ -291,9 +291,9 @@
   </xsl:template>

   <xsl:template match="ch_title">
-    <h2 class="ch_title">
+    <h3 class="ch_title">
       <xsl:apply-templates />
-    </h2>
+    </h3>
   </xsl:template>

   <xsl:template match="ch_category">



Reply via email to