mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 19:45:28 -04:00
Reset theme.
This commit is contained in:
parent
ba3a0ae609
commit
0083207b2d
11
index.html
11
index.html
@ -15,8 +15,15 @@
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>TwelveMonkeys ImageIO</h1>
|
||||
<p>TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO</p>
|
||||
<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's ImageIO</p>
|
||||
|
||||
<p class="view"><a href="https://github.com/haraldk/TwelveMonkeys">View the Project on GitHub <small>haraldk/TwelveMonkeys</small></a></p>
|
||||
|
||||
|
@ -21,7 +21,7 @@ h1, h2, h3 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size:28px;
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@ -96,7 +96,7 @@ img {
|
||||
}
|
||||
|
||||
header {
|
||||
width:270px;
|
||||
width:280px;
|
||||
float:left;
|
||||
position:fixed;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user