svn: /web/php/trunk/ include/header.inc styles/home.css
[email protected] (Paul Dragoonis)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
dragoonis Mon, 10 Jan 2011 21:17:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307355
Log:
Added a Download PHP header above the downloads on the homepage
Changed paths:
U web/php/trunk/include/header.inc
U web/php/trunk/styles/home.css
Modified: web/php/trunk/include/header.inc
===================================================================
--- web/php/trunk/include/header.inc 2011-01-10 21:16:45 UTC (rev 307354)
+++ web/php/trunk/include/header.inc 2011-01-10 21:17:56 UTC (rev 307355)
@@ -101,6 +101,7 @@
<p class="tutorial"><a href="/tut.php">Introductory Tutorial »</a></p>
</div>
<div class="download">
+ <h2>Download PHP</h2>
<?php if(!empty($RELEASES[5])): ?>
<ul>
<?php
Modified: web/php/trunk/styles/home.css
===================================================================
--- web/php/trunk/styles/home.css 2011-01-10 21:16:45 UTC (rev 307354)
+++ web/php/trunk/styles/home.css 2011-01-10 21:17:56 UTC (rev 307355)
@@ -17,6 +17,10 @@
line-height: 130%;
}
+#mega-drop-down div.what-is-php p:first-child {
+ margin-top: 0;
+}
+
#mega-drop-down div.what-is-php p.tutorial {
margin-top: 25px;
font-size: .9em;
@@ -36,7 +40,15 @@
font-size: 11px;
}
+#mega-drop-down div.download h2 {
+ font-size: 2.0em;
+ color: #FFF;
+ line-height: 1.0em;
+ margin: 0;
+ padding: 0;
+}
+
#mega-drop-down div.children.downloads {
padding-bottom: 0;
}
@@ -57,6 +69,7 @@
background-position: 10px -187px;
background-repeat: no-repeat;
border: none;
+ margin-top: 0;
}
#mega-drop-down div.download li {