diff --git a/website/base.css b/website/base.css index 9bd548fb..892d209a 100644 --- a/website/base.css +++ b/website/base.css @@ -112,6 +112,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; } .header { diff --git a/website/cli.html b/website/cli.html index dda752cd..6797b1af 100644 --- a/website/cli.html +++ b/website/cli.html @@ -37,6 +37,16 @@
+ +
diff --git a/website/index.html b/website/index.html index d9626ba8..8ab7e1db 100644 --- a/website/index.html +++ b/website/index.html @@ -12,7 +12,7 @@ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25379256-1']); _gaq.push(['_trackPageview']); - + (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; @@ -37,16 +37,16 @@ -
+