From 1fd4df3ffd5233ee445e9138edd6a7bbec7a8da3 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 24 Sep 2011 10:04:18 +0000 Subject: [PATCH] Adaptations to twitter and similar buttons --- jOOQ-website/css/jooq.css | 16 ++-------- jOOQ-website/frame.php | 34 +++++++++++++++++----- jOOQ-website/src/main/resources/manual.xml | 2 +- 3 files changed, 31 insertions(+), 21 deletions(-) diff --git a/jOOQ-website/css/jooq.css b/jOOQ-website/css/jooq.css index 17069e66ad..a4a031a3ba 100644 --- a/jOOQ-website/css/jooq.css +++ b/jOOQ-website/css/jooq.css @@ -170,17 +170,12 @@ a:hover { } #tweets { - display: none; padding-top: 4px; - padding-left: 3em; - padding-right: 3em; - height: 25px; +} - background: #eee; - background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); - background: -moz-linear-gradient(top, #fff, #ddd); - background: gradient(linear, left top, left bottom, from(#fff), to(#ddd)); +div.tweet-item { + float: left; } #navigation a, @@ -234,11 +229,6 @@ div.navigation-item-active { box-shadow: inset rgba(0,0,0,.1) 0 5px 5px; border-top: 1px solid rgba(0,0,0,.2); text-shadow: #555 -1px -1px 0px; - } - -div.tweet-item-left { - float: left; - padding-right: 2em; } div.screenshot { diff --git a/jOOQ-website/frame.php b/jOOQ-website/frame.php index 199222ef53..7096dd1705 100644 --- a/jOOQ-website/frame.php +++ b/jOOQ-website/frame.php @@ -5,6 +5,12 @@ jOOQ + + + + + + @@ -47,14 +53,20 @@ +
-
- +
+ +
-
- +
+
-
+
-
+
-
@@ -97,5 +114,8 @@ Fork me on GitHub +
+ +
diff --git a/jOOQ-website/src/main/resources/manual.xml b/jOOQ-website/src/main/resources/manual.xml index c9bb4f2bdc..1bfc082f6c 100644 --- a/jOOQ-website/src/main/resources/manual.xml +++ b/jOOQ-website/src/main/resources/manual.xml @@ -3,7 +3,7 @@
The jOOQ User Manual - Learn about jOOQ using its single or multi-paged manuals + The manual is the central reference for most of jOOQ's functionality.

Single-paged manuals