mailr24448 - /website/relax.css


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

Header


Content

Posted by edward on July 04, 2014 - 09:49:
Author: bugman
Date: Fri Jul  4 09:49:44 2014
New Revision: 24448

URL: http://svn.gna.org/viewcvs/relax?rev=24448&view=rev
Log:
The tables on the http://www.nmr-relax.com/download.html webpage now have 
left and right margins.


Modified:
    website/relax.css

Modified: website/relax.css
URL: 
http://svn.gna.org/viewcvs/relax/website/relax.css?rev=24448&r1=24447&r2=24448&view=diff
==============================================================================
--- website/relax.css   (original)
+++ website/relax.css   Fri Jul  4 09:49:44 2014
@@ -197,6 +197,7 @@
     border-collapse: collapse;
     width: 50%;
     border: thin solid rgba(136,203,255,0.3);
+    margin-left: 1%;
     margin-bottom: 10px;
 }
 
@@ -240,8 +241,10 @@
 
 .software_table {
     border-collapse: collapse;
-    width: 100%;
+    width: 98%;
     border: thin solid rgba(136,203,255,0.3);
+    margin-left: 1%;
+    margin-right: 1%;
     margin-bottom: 10px;
 }
 




Related Messages


Powered by MHonArc, Updated Fri Jul 04 10:40:02 2014