From bf8c87d71b41f89c320e56f8a13d03f35459d2da Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 7 Jul 2013 14:06:18 +0200 Subject: [PATCH] Reverted social icons to previous versions --- jOOQ-website/css/jooq.css | 56 +++++++++++++++++++++++++++++++++ jOOQ-website/frame.php | 48 ++++++++++++++++++++++++++++ jOOQ-website/img/social-gh.png | Bin 0 -> 1313 bytes jOOQ-website/img/social-so.png | Bin 0 -> 841 bytes 4 files changed, 104 insertions(+) create mode 100644 jOOQ-website/img/social-gh.png create mode 100644 jOOQ-website/img/social-so.png diff --git a/jOOQ-website/css/jooq.css b/jOOQ-website/css/jooq.css index 2b32fce138..f9bd237ede 100644 --- a/jOOQ-website/css/jooq.css +++ b/jOOQ-website/css/jooq.css @@ -218,6 +218,24 @@ h2 a:hover { background: gradient(linear, left top, left bottom, from(#555), to(#333)); } +#tweets { + padding-top: 4px; + height: 25px; + float: left; +} + +#menu { + float: right; +} + +div.tweet-item { + float: left; + width: 100px; + white-space: nowrap; + overflow: hidden; +} + +/* #tweets { height: 25px; float: left; @@ -236,6 +254,7 @@ div.tweet-item img { box-shadow: 0 0 5px #000; border: 0; } +*/ #navigation a, #navigation a:link, @@ -314,4 +333,41 @@ code { .mono { font-family: monospace; +} + +#intro { + height: auto; + margin-top: 40px; +} + +#intro .row { + width: 100%; + margin-top: 0; + margin-left: auto; + margin-right: auto; + margin-bottom: 30px; + overflow: hidden; +} + +#intro .col { + float: left; + height: 300px; + margin: 0; + overflow: hidden; +} + +#intro .col > * { + margin-right: 20px; +} + +#intro .col-1 { + width: 33%; +} + +#intro .col-2 { + width: 66%; +} + +#intro .col-3 { + width: 100%; } \ No newline at end of file diff --git a/jOOQ-website/frame.php b/jOOQ-website/frame.php index bca6456143..4589015b01 100644 --- a/jOOQ-website/frame.php +++ b/jOOQ-website/frame.php @@ -68,6 +68,44 @@ function manualHeader($isSingle, $forVersion) {