[Commits] [svn:einsteintoolkit] www/ (Rev. 1534)
barry.wardell at gmail.com
barry.wardell at gmail.com
Sun Jun 5 17:05:33 CDT 2016
User: barry.wardell
Date: 2016/06/05 05:05 PM
Modified:
/about/gallery/
index.php
/global/
style.css
Log:
gallery: More work on layout of gallery page
File Changes:
Directory: /about/gallery/
==========================
File [modified]: index.php
Delta lines: +9 -14
===================================================================
--- about/gallery/index.php 2016-06-05 22:05:29 UTC (rev 1533)
+++ about/gallery/index.php 2016-06-05 22:05:33 UTC (rev 1534)
@@ -19,13 +19,12 @@
<h4> Binary black hole inspiral</h4>
-->
-<p>
- <ul>
+
+ <ul class="gallerytable">
<li class="gallerytable">
<div class="gallerytable">
<a href="tov">
- Single, stable neutron star
- <br/>
+ <h4 class="gallerytable">Single, stable neutron star</h4>
<img src="tov/rho_max.png" class="gallerytable">
</a>
</div>
@@ -33,8 +32,7 @@
<li class="gallerytable">
<div class="gallerytable">
<a href="NsNsToHMNS">
- Binary neutron star
- <br/>
+ <h4 class="gallerytable">Binary neutron star</h4>
<img src="NsNsToHMNS/rho.png" class="gallerytable">
</a>
</div>
@@ -42,34 +40,31 @@
<li class="gallerytable">
<div class="gallerytable">
<a href="poisson">
- Poisson equation
- <br/>
+ <h4 class="gallerytable">Poisson equation</h4>
<img src="poisson/psi.png" class="gallerytable"/>
</a>
</div>
</li>
</ul>
-</p>
+
<!--
<h4> Single, collapsing neutron star</h4>
-->
<h3>Using external but public code</h3>
-<p>
- <ul>
+
+ <ul class="gallerytable">
<li class="gallerytable">
<div class="gallerytable">
<a href="gw150914">
- Binary black hole GW150914
- <br/>
+ <h4 class="gallerytable">Binary black hole GW150914</h4>
<img src="gw150914/horizons.png" class="gallerytable"/>
</a>
</div>
</li>
</ul>
-</p>
<!--
<h3>Using external and non-public code</h3>
Directory: /global/
===================
File [modified]: style.css
Delta lines: +12 -1
===================================================================
--- global/style.css 2016-06-05 22:05:29 UTC (rev 1533)
+++ global/style.css 2016-06-05 22:05:33 UTC (rev 1534)
@@ -167,9 +167,16 @@
text-shadow: none;
}
+ul.gallerytable {
+ padding-left: 0;
+ margin-left: 0;
+ padding-bottom: 10px;
+}
+
li.gallerytable {
display: inline-block;
vertical-align: bottom;
+ margin-left: 0px;
}
div.gallerytable {
@@ -183,9 +190,13 @@
img.gallerytable {
width: 100%;
- margin-top: 10px;
+ /* margin-top: 10px; */
vertical-align: top;
border-style: solid;
border-width: 2px;
border-color: black;
}
+
+h4.gallerytable{
+ font-size: 120%;
+}
More information about the Commits
mailing list