Re: [PHP-WEBMASTER] svn: /web/php/trunk/ images/sprites.png include/header.inc js/common.js styles/theme.css
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 4, 2011 at 09:23, Stewart Lord <[email protected]> wrote: > stewartlord Tue, 04 Jan 2011 08:23:49 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=307065 > > Log: > Beta home page now displays a blurb about PHP and download links inside the > (auto-expanded) mega drop-down as per mock-up sent to the mailing list. > > The top-portion of the mock-up was generally well received. The lower-portion > needs additional work. This change only commits the top portion. Some minor > changes were made to incorporate feedback and tidy things up. > > Changed paths: > U web/php/trunk/images/sprites.png > U web/php/trunk/include/header.inc > U web/php/trunk/js/common.js > U web/php/trunk/styles/theme.css > > Modified: web/php/trunk/images/sprites.png > =================================================================== > (Binary files differ) > > Modified: web/php/trunk/include/header.inc > =================================================================== > --- web/php/trunk/include/header.inc 2011-01-04 07:57:19 UTC (rev 307064) > +++ web/php/trunk/include/header.inc 2011-01-04 08:23:49 UTC (rev 307065) > @@ -31,9 +31,9 @@ > <?php endforeach ?> > > <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/reset.css<?php echo $v?>" media="all" /> > - <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/structure.css<?php echo $v?>" media="screen" /> > + <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/theme.css<?php echo $v?>" media="screen" /> > <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/doc.css<?php echo $v?>" media="screen" /> > - <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/theme.css<?php echo $v?>" media="screen" /> > + <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/home.css<?php echo $v?>" media="screen" /> I think you forgot to commit that file.. -Hannes