mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -04:00
Reset theme.
This commit is contained in:
parent
ba3a0ae609
commit
0083207b2d
@ -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's ImageIO</p>
|
<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>
|
<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 {
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user