You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by packtpartner <gi...@git.apache.org> on 2017/10/25 09:40:33 UTC

[GitHub] mesos pull request #243: Update home.md

GitHub user packtpartner opened a pull request:

    https://github.com/apache/mesos/pull/243

    Update home.md

    Added new book listing - Apache Mesos Cookbook

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/packtpartner/mesos patch-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/243.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #243
    
----
commit f50d35e9e1dda5239a0559b2d353753d771de578
Author: Packt <pa...@packtpub.com>
Date:   2017-10-25T09:39:25Z

    Update home.md

----


---

[GitHub] mesos issue #243: Update home.md

Posted by jpeach <gi...@git.apache.org>.
Github user jpeach commented on the issue:

    https://github.com/apache/mesos/pull/243
  
    Thanks @janisz!


---

[GitHub] mesos pull request #243: Update home.md

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/mesos/pull/243


---

[GitHub] mesos issue #243: Update home.md

Posted by jpeach <gi...@git.apache.org>.
Github user jpeach commented on the issue:

    https://github.com/apache/mesos/pull/243
  
    Markup-wise this looked fine to me, but the grid didn't lay out correctly (this new addition appends to the far right on a new row). Maybe someone familiar with bootstrap can figure it out?


---

[GitHub] mesos issue #243: Update home.md

Posted by janisz <gi...@git.apache.org>.
Github user janisz commented on the issue:

    https://github.com/apache/mesos/pull/243
  
    The problem is because images have a different height (one have different ratio). We can fix this by scaling them. Just adding 
    ```css
    max-height: 200px;
    ```
     to book thumbnail should be enough.


---