Author: simonetripodi
Date: Thu Oct 13 14:49:02 2011
New Revision: 1182886
URL: http://svn.apache.org/viewvc?rev=1182886&view=rev
Log:
bootstrap tweak: sections title are rendered using h2 instead of h1
Modified:
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Modified:
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1182886&r1=1182885&r2=1182886&view=diff
==============================================================================
---
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
(original)
+++
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
Thu Oct 13 14:49:02 2011
@@ -30,6 +30,9 @@
/* Tweaks to the bootstrap theme
--------------------------------- */
+/* sections title are rendered using h2 instead of h1 */
+.hero-unit h2{font-size: 60px;}
+
/* Copied from bootstrap <code> tag style. Maven translates <code> to <tt>. */
tt {
background-color: #FEE9CC;