Fix multilingual styling with small screen. - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 24d8ac1fc6e93f91ca7bc28eb6fe886ba97944d0
 (DIR) parent 9cd8673f3e1bee595013e3be28fa0b3418c37823
 (HTM) Author: Egon Elbre <egonelbre@gmail.com>
       Date:   Sun, 26 Apr 2015 19:25:23 +0300
       
       Fix multilingual styling with small screen.
       
       Diffstat:
         M examples/multilingual/static/main.… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/examples/multilingual/static/main.css b/examples/multilingual/static/main.css
       @@ -2,6 +2,7 @@
        html, body { margin: 0; padding: 0; }
        
        body {
       +    padding: 0 20px;
            max-width: 800px;
            margin: 0 auto;