This commit is contained in:
Harald Kuhr 2015-03-30 14:15:33 +02:00
parent 815c1831c8
commit 2eb1176d73
4 changed files with 10 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
gfx/TwelveMonkeys_Icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -15,7 +15,14 @@
<body> <body>
<div class="wrapper"> <div class="wrapper">
<header> <header>
<h1>TwelveMonkeys ImageIO</h1> <h1>
<div style="display: table;">
<div style="display: table-cell;">
<img style="width: 80px; height:80px; float:left;" src="gfx/TwelveMonkeys_Icon.png">
</div>
<div style="display: table-cell; width: 190px; vertical-align: middle; padding-left: 10px;">TwelveMonkeys<br/>ImageIO</div>
</div>
</h1>
<p>TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java&#39;s ImageIO</p> <p>TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java&#39;s ImageIO</p>
<p class="view"><a href="https://github.com/haraldk/TwelveMonkeys">View the Project on GitHub <small>haraldk/TwelveMonkeys</small></a></p> <p class="view"><a href="https://github.com/haraldk/TwelveMonkeys">View the Project on GitHub <small>haraldk/TwelveMonkeys</small></a></p>

View File

@ -21,7 +21,7 @@ h1, h2, h3 {
} }
h1 { h1 {
font-size:28px; font-size:25px;
} }
h2 { h2 {
@ -96,7 +96,7 @@ img {
} }
header { header {
width:270px; width:280px;
float:left; float:left;
position:fixed; position:fixed;
} }