diff --git a/website/base.css b/website/base.css index 82633031..39caca03 100644 --- a/website/base.css +++ b/website/base.css @@ -77,6 +77,13 @@ h1 .description { letter-spacing: normal; } +.social { + float: right; + position: relative; + right: 0px; + top: -15px; +} + .screenshot { float: right; background-color: #E6E6E6; @@ -118,7 +125,7 @@ div.screencast:hover .play { } .comment { - font-size:xx-small; + font-size: xx-small; color: lightgray; margin-left: 2px; } diff --git a/website/index.html b/website/index.html index b5de0922..e0d9715b 100644 --- a/website/index.html +++ b/website/index.html @@ -21,6 +21,17 @@