GitHub user sahalsajjad opened a pull request:

    https://github.com/apache/cassandra/pull/176

    Extension: for pull request #175

    **Change Made:** renamed class `.container` to .`content-container`
    where the styling rule for `.content-container` is as follows
    ```
    .content-container{
    padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    ```
    
    Reason: Bootstrap advises not to use nested containers as it would break 
the "fitting the viewport.". The current one breaks and results in being able 
to scroll horizontally too which is annoying for the reader (especially for 
large-screens).
    
    I'll proportionally update the css file too

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

    $ git pull https://github.com/sahalsajjad/cassandra patch-2

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

    https://github.com/apache/cassandra/pull/176.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 #176
    
----
commit 86b0cebfd971a6102362e9f1261001f6e02cf335
Author: Sahal Sajjad <sahalsaj...@gmail.com>
Date:   2017-11-21T06:45:54Z

    Fix: for pull request #175
    
    Adding class .content-container for pull request #175

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to