File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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% ;
Original file line number Diff line number Diff line change 6464 </ div >
6565 < div class ="container ">
6666
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+
7174
7275 < div class ="page-header ">
7376 < h1 > News</ h1 >
You can’t perform that action at this time.
0 commit comments