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:43 UTC

[22/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/2ef81aa3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/2ef81aa3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/2ef81aa3

Branch: refs/heads/master
Commit: 2ef81aa32afe45c0c7e858f8825627a5d8736eb3
Parents: 75dfe09
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Fri Oct 7 14:08:27 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Tue Oct 11 14:04:32 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/2ef81aa3/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 {