Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Yet another small suggestion for Docs
  • I am just getting into Fuel and infuriated with the documentation because of side menu scrolling. A small modification to prevent scrolling of the sidepanel menu: fuel-1.0/docs/assets/css/main.css
    /* line 187 */
    #main-nav { 
     /* John_Betong added  4xlines */
     position:fixed; overflow:auto;
     top:  55px; left: 10px; 
     height:1000px; /* adjust to suit your monitor */
     background-color:#ffd;
     
     width: 220px;
     float: left; /* Not required */
     font-family: Tahoma, Geneva, sans-serif;
    }
    
    
     
  • Fuel is working on a brand new, whoop-ass design for their docs... Hang in there...

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion