Fix #363 - Docs: make the fixed menu on the left scrollable - 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 b3130b52f34af7e7f8222fb0e2efd91571e4e56b
 (DIR) parent 1778f28c8790255a300316010ff31516ac37b573
 (HTM) Author: Roberto Dip <dip.jesusr@gmail.com>
       Date:   Sat,  9 Aug 2014 20:40:18 -0300
       
       Fix #363 - Docs: make the fixed menu on the left scrollable
       
       Diffstat:
         M docs/static/css/style.css           |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/docs/static/css/style.css b/docs/static/css/style.css
       @@ -354,10 +354,11 @@ table tr th { color: #007AFF;}
        /*sidebar navigation*/
        
        #sidebar {
       -    width: 180px;
       +    width: 190px;
            height: 100%;
            position: fixed;
            background: #ffffff;
       +    overflow-y: auto;
        }
        
        .nav-collapse.collapse {