Reset theme.

This commit is contained in:
Harald Kuhr 2015-04-10 13:17:58 +02:00
parent ba3a0ae609
commit 0083207b2d
2 changed files with 11 additions and 4 deletions

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;
} }