diff --git a/jOOQ-website/css/jooq.css b/jOOQ-website/css/jooq.css index d1185efb5f..3731d4f0a1 100644 --- a/jOOQ-website/css/jooq.css +++ b/jOOQ-website/css/jooq.css @@ -220,7 +220,6 @@ h2 a:hover { } #tweets { - padding-top: 4px; height: 25px; float: left; } @@ -231,9 +230,12 @@ h2 a:hover { div.tweet-item { float: left; - width: 100px; - white-space: nowrap; - overflow: hidden; + padding-right: 20px; +} + +div.tweet-item img { + box-shadow: 0 0 5px #000; + border: 0; } #navigation a, diff --git a/jOOQ-website/frame.php b/jOOQ-website/frame.php index 8d773ef437..2c85677125 100644 --- a/jOOQ-website/frame.php +++ b/jOOQ-website/frame.php @@ -69,39 +69,20 @@ function manualHeader($isSingle, $forVersion) {