You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/11/05 04:47:34 UTC

[13/50] incubator-mynewt-site git commit: stop images shrinking under Safari

stop images shrinking under Safari


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/1cc35049
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1cc35049
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1cc35049

Branch: refs/heads/master
Commit: 1cc35049b5b6b5c7dbfd57a721b0db0345e28a1d
Parents: e7e3abf
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Fri Oct 7 14:08:27 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Fri Oct 7 14:08:27 2016 -0700

----------------------------------------------------------------------
 custom-theme/css/custom.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1cc35049/custom-theme/css/custom.css
----------------------------------------------------------------------
diff --git a/custom-theme/css/custom.css b/custom-theme/css/custom.css
index 2f8e57e..8618fc4 100644
--- a/custom-theme/css/custom.css
+++ b/custom-theme/css/custom.css
@@ -206,6 +206,7 @@ footer .logos {
 
 footer .logos img {
     width: 200px;
+    flex-shrink: 0; /* Safari needs this */
 }
 
 footer .logos .footnote {