File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
/* The html and body elements cannot have any padding or margin. */
8
8
}
9
9
10
+ table {
11
+ border : 0 ;
12
+ border-collapse : collapse;
13
+ border-spacing : 0 ;
14
+ }
15
+
10
16
/* Wrapper for page content to push down footer */
11
17
# wrap {
12
18
min-height : 100% ;
Original file line number Diff line number Diff line change 64
64
</ div >
65
65
< div class ="container ">
66
66
67
- < h3 >
68
- Welcome to JavaMoney - the Java Money and Currency API for the Java™ 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™ Platform as well as related projects and libraries</ h3 > </ td >
71
+ </ tr >
72
+ </ table >
73
+
71
74
72
75
< div class ="page-header ">
73
76
< h1 > News</ h1 >
You can’t perform that action at this time.
0 commit comments