art-web r529 - branches/art-hub/views



Author: thos
Date: Mon Jun 16 23:05:24 2008
New Revision: 529
URL: http://svn.gnome.org/viewvc/art-web?rev=529&view=rev

Log:
* Remove border from tables


Modified:
   branches/art-hub/views/themes.php

Modified: branches/art-hub/views/themes.php
==============================================================================
--- branches/art-hub/views/themes.php	(original)
+++ branches/art-hub/views/themes.php	Mon Jun 16 23:05:24 2008
@@ -53,7 +53,7 @@
 <?php foreach ($view_data as $row): ?>
 
 <div style="border: 1px solid #ccc; padding: 4px;">
-<table cellpadding="4" width="100%" border=1>
+<table cellpadding="4" width="100%">
   <tr>
     <td colspan='4'><b><?php echo $row['name']?></b> by
       <a href="mailto:<?php echo $row['email']?>"><?php echo $row['realname']?></a>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]