[Commits] [svn:einsteintoolkit] www/ (Rev. 1530)

barry.wardell at gmail.com barry.wardell at gmail.com
Sun Jun 5 17:05:13 CDT 2016


User: barry.wardell
Date: 2016/06/05 05:05 PM

Modified:
 /about/gallery/
  index.php
 /global/
  style.css

Log:
 gallery: Rework layout of main gallery page again

File Changes:

Directory: /about/gallery/
==========================

File [modified]: index.php
Delta lines: +9 -9
===================================================================
--- about/gallery/index.php	2016-06-05 22:05:09 UTC (rev 1529)
+++ about/gallery/index.php	2016-06-05 22:05:13 UTC (rev 1530)
@@ -24,27 +24,27 @@
     <li class="gallerytable">
       <div class="gallerytable">
         <a href="tov">
+          Single, stable neutron star
+          <br/>
           <img src="tov/rho_max.png" class="gallerytable">
-          <br>
-          Single, stable neutron star
         </a>
       </div>
     </li>
     <li class="gallerytable">
       <div class="gallerytable">
         <a href="NsNsToHMNS">
+          Binary neutron star
+          <br/>
           <img src="NsNsToHMNS/rho.png"  class="gallerytable">
-          <br>
-          Binary, inspiraling neutron stars forming a hypermassive neutron star
         </a>
       </div>
     </li>
     <li class="gallerytable">
       <div class="gallerytable">
         <a href="poisson">
-          <img src="poisson/psi.png" class="gallerytable">
-          <br>
-          <p>Poisson equation<p>
+          Poisson equation
+          <br/>
+          <img src="poisson/psi.png" class="gallerytable"/>
         </a>
       </div>
     </li>
@@ -62,9 +62,9 @@
     <li class="gallerytable">
       <div class="gallerytable">
         <a href="gw150914">
+          Binary black hole GW150914
+          <br/>
           <img src="gw150914/trajectories.png" class="gallerytable"/>
-          <br>
-          Binary black hole GW150914
         </a>
       </div>
     </li>

Directory: /global/
===================

File [modified]: style.css
Delta lines: +5 -2
===================================================================
--- global/style.css	2016-06-05 22:05:09 UTC (rev 1529)
+++ global/style.css	2016-06-05 22:05:13 UTC (rev 1530)
@@ -169,17 +169,20 @@
 
 li.gallerytable {
     display: inline-block;
+    vertical-align: bottom;
 }
 
 div.gallerytable {
     width: 300px;
+    height: 300px;
     margin-bottom: 20px;
     margin-right: 20px;
-    vertical-align: top;
+    /* border-style: solid; */
+    /* border-width: 2px; */
 }
 
 img.gallerytable {
     width: 100%;
+    margin-top: 10px;
     vertical-align: top;
-    margin-bottom: 10px;
 }



More information about the Commits mailing list