art-web r533 - branches/art-hub/views
- From: thos svn gnome org
- To: svn-commits-list gnome org
- Subject: art-web r533 - branches/art-hub/views
- Date: Tue, 17 Jun 2008 19:51:43 +0000 (UTC)
Author: thos
Date: Tue Jun 17 19:51:43 2008
New Revision: 533
URL: http://svn.gnome.org/viewvc/art-web?rev=533&view=rev
Log:
* Add new art.css to backgrounds and themes views
Modified:
branches/art-hub/views/backgrounds.php
branches/art-hub/views/themes.php
Modified: branches/art-hub/views/backgrounds.php
==============================================================================
--- branches/art-hub/views/backgrounds.php (original)
+++ branches/art-hub/views/backgrounds.php Tue Jun 17 19:51:43 2008
@@ -4,6 +4,7 @@
require ("lib/template.php");
$t = new Template ("backgrounds");
+$t->add_css ("/css/art.css");
$t->print_header();
@@ -45,7 +46,7 @@
<br>
<?php foreach ($view_data as $row): ?>
-<div style="border: 1px solid #ccc; padding: 4px;">
+<div class="list-item">
<table cellpadding="4" width="100%">
<tr>
<td colspan='4'><b><?php echo $row['name']?></b> by
Modified: branches/art-hub/views/themes.php
==============================================================================
--- branches/art-hub/views/themes.php (original)
+++ branches/art-hub/views/themes.php Tue Jun 17 19:51:43 2008
@@ -4,6 +4,7 @@
require ("lib/template.php");
$t = new Template ("themes");
+$t->add_css ("/css/art.css");
$t->print_header();
@@ -52,7 +53,7 @@
<?php foreach ($view_data as $row): ?>
-<div style="border: 1px solid #ccc; padding: 4px;">
+<div class="list-item">
<table cellpadding="4" width="100%">
<tr>
<td colspan='4'><b><?php echo $row['name']?></b> by
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]