mailr15518 - in /website: header.html relax.css


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

Header


Content

Posted by edward on March 16, 2012 - 16:23:
Author: bugman
Date: Fri Mar 16 16:23:34 2012
New Revision: 15518

URL: http://svn.gna.org/viewcvs/relax?rev=15518&view=rev
Log:
Modification of the header for all http://www.nmr-relax.com pages.

The formatting has been slightly changed and a tagline with keywords has been 
added.


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

Modified: website/header.html
URL: 
http://svn.gna.org/viewcvs/relax/website/header.html?rev=15518&r1=15517&r2=15518&view=diff
==============================================================================
--- website/header.html (original)
+++ website/header.html Fri Mar 16 16:23:34 2012
@@ -4,6 +4,7 @@
 </div>
 
 <div class="header">
-  <p><strong>relax</strong> - Molecular dynamics by NMR data analysis</p>
+  <p id="headline"><strong>relax</strong> - Molecular dynamics by NMR data 
analysis</p>
+  <p id="tagline">Supported analyses: Model-free, NMR relaxation 
(R<sub>1</sub>, R<sub>2</sub>, NOE), reduced spectral density mapping, 
N-state models, frame order theory.</p>
 </div>
 <!-- End SSI header -->

Modified: website/relax.css
URL: 
http://svn.gna.org/viewcvs/relax/website/relax.css?rev=15518&r1=15517&r2=15518&view=diff
==============================================================================
--- website/relax.css (original)
+++ website/relax.css Fri Mar 16 16:23:34 2012
@@ -30,17 +30,24 @@
        float:left;
        width:24%;
        text-align:center;
-       padding:1em;
+       padding:10px;
 }
 
 .header {
-       font-size:x-large;
-       padding:1em;
-       margin-left:27%;
+       padding:10px;
+       margin-left:26%;
        padding-left:2%;
-       min-height:85px;
+       min-height:105px;
 }
 
+p#headline {
+       font-size:x-large;
+}
+
+p#tagline {
+       font-size:small;
+    margin-top: -1.5em;
+}
 
 
 /*  Middle section of the page  */




Related Messages


Powered by MHonArc, Updated Fri Mar 16 16:40:02 2012