Skip to content

Commit 1ef7c3a

Browse files
committed
Fixed PDF icons alignment.
1 parent a22a455 commit 1ef7c3a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

documentation.shtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PDFfit2 and PDFgui: computer programs for studying
9191
nanostructure in crystals</a>,
9292
<i>J.&nbsp;Phys.: Condens. Matter</i> <b>19</b>, 335219 (2007)
9393
<a href="doc/pdfgui/Farrow-jpcm-2007.pdf">
94-
<img src="images/pdficon_small.gif" border=0 alt="Farrow-jpcm-2007.pdf">
94+
<img src="images/pdficon_small.gif" alt="Farrow-jpcm-2007.pdf" class=middle>
9595
</a>
9696
</li>
9797

@@ -102,7 +102,7 @@ PDFFIT a program for full profile structural refinement of the atomic pair
102102
distribution function</a>, <i>J.&nbsp;Appl. Crystallogr.</i>
103103
<b>32</b>, 572 (1999)
104104
<a href="doc/pdfgui/Proffen-jac-1999.pdf">
105-
<img src="images/pdficon_small.gif" border=0 alt="Proffen-jac-1999.pdf">
105+
<img src="images/pdficon_small.gif" alt="Proffen-jac-1999.pdf" class=middle>
106106
</a>
107107
</li>
108108
</ol>

styles/diffpy.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,8 @@ td.checker {
168168
}
169169

170170
li { padding-bottom: 6pt }
171+
172+
IMG.middle {
173+
vertical-align: top;
174+
border: 0;
175+
}

0 commit comments

Comments
 (0)