From 0083207b2d22846d2e373805daf7356439e57a40 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Fri, 10 Apr 2015 13:17:58 +0200 Subject: [PATCH] Reset theme. --- index.html | 11 +++++++++-- stylesheets/styles.css | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index a9c3f03e..a63be1f6 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,15 @@
-

TwelveMonkeys ImageIO

-

TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO

+

+
+
+ +
+
TwelveMonkeys
ImageIO
+
+

+

TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO

View the Project on GitHub haraldk/TwelveMonkeys

diff --git a/stylesheets/styles.css b/stylesheets/styles.css index dacf2e18..82b01559 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -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; }