[Tts-dev-commits] r36 - in zen-tts: css templates
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Sat May 28 17:37:41 CEST 2011
Author: vjrj_
Date: 2011-05-28 17:37:41 +0200 (Sat, 28 May 2011)
New Revision: 36
Modified:
zen-tts/css/tts-style.css
zen-tts/templates/page.tpl.php
Log:
Modified: zen-tts/css/tts-style.css
===================================================================
--- zen-tts/css/tts-style.css 2011-05-28 15:22:39 UTC (rev 35)
+++ zen-tts/css/tts-style.css 2011-05-28 15:37:41 UTC (rev 36)
@@ -70,7 +70,7 @@
h1#site-name,
div#site-name /* The name of the website */ {
font-size: 62px;
- line-height: 1.1em;
+ line-height: 1.0em;
font-family: 'KomikaHandRegular';
color: #440055 !important;
margin: 0;
Modified: zen-tts/templates/page.tpl.php
===================================================================
--- zen-tts/templates/page.tpl.php 2011-05-28 15:22:39 UTC (rev 35)
+++ zen-tts/templates/page.tpl.php 2011-05-28 15:37:41 UTC (rev 36)
@@ -135,7 +135,8 @@
<?php if ($site_name): ?>
<?php if ($title): ?>
<div id="site-name"><strong>
- <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"><span>Take the<br/>Square !</span></a>
+ <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home">
+ <span>Take </span><span style="font-size:55px">the</span><br><span>Squ</span><span style="font-size:70px">are </span><span style="font-size:80px">!</span>
</strong></div>
<?php else: /* Use h1 when the content title is empty */ ?>
<h1 id="site-name">
More information about the Tts-dev-commits
mailing list