mailr15684 - in /website: events.html relax.css


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 04, 2012 - 14:04:
Author: bugman
Date: Wed Apr  4 14:04:39 2012
New Revision: 15684

URL: http://svn.gna.org/viewcvs/relax?rev=15684&view=rev
Log:
HTML fixes for the http://www.nmr-relax.com/events.html page.

The problems were found using the W3C validator.


Modified:
    website/events.html
    website/relax.css

Modified: website/events.html
URL: 
http://svn.gna.org/viewcvs/relax/website/events.html?rev=15684&r1=15683&r2=15684&view=diff
==============================================================================
--- website/events.html (original)
+++ website/events.html Wed Apr  4 14:04:39 2012
@@ -27,6 +27,7 @@
   <div class="main_box">
   <h1>Events</h1>
 
+
     <p>Here is a list of events where relax was presented.</p>
 
   <div class="main_h2">
@@ -35,7 +36,7 @@
     <table cellpadding="10">
       <tbody>
         <tr>
-          <td colspan="5"><font size="+1"><strong>2004 
ANZMAG</strong></font></td>
+          <td class="table_title" colspan="5"><strong>2004 
ANZMAG</strong></td>
         </tr>
         <tr>
           <td><a href="http://www.anzmag.com.au/conferences.php";><img 
src="images/anzmag_2004/barossa_mini.png" alt="ANZMAG 2004" 
class="image"/></a></td>
@@ -49,7 +50,7 @@
         </tr>
 
         <tr>
-          <td colspan="5"><font size="+1"><strong>2006 
ICMRBS</strong></font></td>
+          <td class="table_title" colspan="5"><strong>2006 
ICMRBS</strong></td>
         </tr>
         <tr>
           <td><a href="http://medusa.nmr.mpibpc.mpg.de/icmrbs/";><img 
src="images/icmrbs2006/silouette_mini.png" alt="ICMRBS 2006" 
class="image"/></a></td>
@@ -63,7 +64,7 @@
         </tr>
 
         <tr>
-          <td colspan="5"><font size="+1"><strong>2009 
ENC</strong></font></td>
+          <td class="table_title" colspan="5"><strong>2009 ENC</strong></td>
         </tr>
         <tr>
           <td><a href="http://www.enc-conference.org/";><img 
src="images/50thENC.jpg" alt="ENC 2009" class="image"/></a></td>
@@ -78,7 +79,7 @@
         </tr>
 
         <tr>
-          <td colspan="5"><font size="+1"><strong>2009 
MOOT</strong></font></td>
+          <td class="table_title" colspan="5"><strong>2009 MOOT</strong></td>
         </tr>
         <tr>
           <td><a href="http://www.mootnmr.org/";><img 
src="images/MOOT_logo_mini.png" alt="22nd MOOT" class="image"/></a></td>
@@ -95,13 +96,11 @@
 
 
     <div class="main_h2">
-    <h2>Disclaimer</h2>
+     <h2>Disclaimer</h2>
 
-    <p>These documents shall be re-used with permission from the authors.</p>
+     <p>These documents shall be re-used with permission from the 
authors.</p>
 
-  </div>
-  </div>
-  </div>
+    </div>
   </div>
 </div>
 

Modified: website/relax.css
URL: 
http://svn.gna.org/viewcvs/relax/website/relax.css?rev=15684&r1=15683&r2=15684&view=diff
==============================================================================
--- website/relax.css (original)
+++ website/relax.css Wed Apr  4 14:04:39 2012
@@ -190,6 +190,10 @@
     width:33.33%;
 }
 
+.table_title {
+    font-size:large;
+}
+
 a {
     text-decoration:none;
     color:#0017aa;




Related Messages


Powered by MHonArc, Updated Wed Apr 04 14:20:02 2012