Skip to content

Commit 8cc5a8e

Browse files
committed
OPEN - task 2: Migrate per-repository content
http://github.com/JavaMoney/JavaMoney.github.io/issues/issue/2
1 parent 0fc06ca commit 8cc5a8e

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Diff for: CNAME

-1
This file was deleted.

Diff for: css/base.css

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ body {
77
/* The html and body elements cannot have any padding or margin. */
88
}
99

10+
table {
11+
border: 0;
12+
border-collapse: collapse;
13+
border-spacing: 0;
14+
}
15+
1016
/* Wrapper for page content to push down footer */
1117
#wrap {
1218
min-height: 100%;

Diff for: index.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@
6464
</div>
6565
<div class="container">
6666

67-
<h3>
68-
Welcome to JavaMoney - the Java Money and Currency API for the Java&trade; Platform as well as related projects and libraries.</h3>
69-
70-
67+
<table border="0">
68+
<tr>
69+
<td> <img src="img/javamoney_cup.jpg"></td>
70+
<td><h3>Welcome to JavaMoney - the Java Money and Currency API for the Java&trade; Platform as well as related projects and libraries</h3></td>
71+
</tr>
72+
</table>
73+
7174

7275
<div class="page-header">
7376
<h1>News</h1>

0 commit comments

Comments
 (0)