diff --git a/website/base.css b/website/base.css index 0f7cc53c..162ae4e2 100644 --- a/website/base.css +++ b/website/base.css @@ -50,9 +50,9 @@ hr { .navigation { font: 11px Verdana, Arial, Helvetica, sans-serif; position: absolute; - width: 120px; + width: 80px; + right: 0px; top: 36px; - right: -40px; opacity: 0.8; } @@ -130,7 +130,7 @@ table.reference.cli > * > * > td:first-child { -webkit-border-radius: 7px; box-shadow: 0px 2px 5px #a2a2a2; -moz-box-shadow: 0px 2px 5px #a2a2a2; - overflow: hidden; + overflow: visible; } .header { @@ -171,19 +171,27 @@ h1 .description { top: -15px; } -.social div { +.social * { float: right; } -.social .plusone { - position: relative; - left: 20px; - top: 1px; -} - .social .twitter { position: relative; top: 3px; + width: 109px; +} + +.social .facebook { + position: relative; + left: -6px; + top: 3px; + width: 80px; +} + +.social .plusone { + position: relative; + top: 1px; + width: 86px; } .screenshot { diff --git a/website/cli.html b/website/cli.html index d28472b1..02b7f7f9 100644 --- a/website/cli.html +++ b/website/cli.html @@ -45,6 +45,18 @@
+