diff --git a/HISTORY.rst b/HISTORY.rst index 64cd9797..989e9c39 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,13 @@ Release History PlatformIO 2.0 -------------- +2.6.3 (2015-12-21) +~~~~~~~~~~~~~~~~~~ + +* Restored support for Espressif ESP8266 ESP-01 1MB board (ready for OTA) +* Fixed invalid ROM size for ESP8266-based boards + (`issue #396 `_) + 2.6.2 (2015-12-21) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/_static/extra.css b/docs/_static/extra.css index 846e05d9..1513daa2 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -29,7 +29,8 @@ nav { margin-right: auto; margin-left: auto; } -@media (min-width: 768px) { + +@media (min-width: 992px) { #pionav { display: block !important; } @@ -39,11 +40,7 @@ nav { .wy-nav-side { top: 50px; } - .container { - width: 750px; - } -} -@media (min-width: 992px) { + .container { width: 970px; } @@ -94,6 +91,7 @@ nav { position: relative; display: block; padding: 10px 15px; + font-size: 14px; } .nav > li > a:hover, .nav > li > a:focus { @@ -103,6 +101,9 @@ nav { .nav > li > a > img { max-width: none; } +.nav > li > a > i { + margin-right: 5px; +} .navbar { position: relative; diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 5b562649..65446636 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -11,16 +11,16 @@