diff --git a/_layouts/base-en.html b/_layouts/base-en.html index 94d37aa6..37d45249 100644 --- a/_layouts/base-en.html +++ b/_layouts/base-en.html @@ -88,6 +88,7 @@ menu: Support BitcoinSupport Bitcoin + Bitcoin conference diff --git a/_less/screen.less b/_less/screen.less index 603cae98..b40c022e 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -571,6 +571,11 @@ li{ -webkit-border-radius:9px; } +.conferencebanner{ + float:right; + margin-right:5px; +} + /*Styles specific to mobiles*/ @media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){ @@ -660,4 +665,9 @@ li{ .preview{ display:none; } + .conferencebanner{ + float:none; + display:inline-block; + margin:0px 0px 10px 0px; + } } diff --git a/img/bitcoin2013_banner.png b/img/bitcoin2013_banner.png new file mode 100644 index 00000000..f35739c6 Binary files /dev/null and b/img/bitcoin2013_banner.png differ