First time here? Check out the FAQ!

Revision history  [back]

The best advise on customizing the look and feel is in the documentation pages.

Despite that we have bootstrap.css in the paths we are not relying on bootstrap entirely. We are planning to use Zurb Foundation in the future.

Bootstrap is currently used for some things like modal menues and dropdowns and that's it. We will probably end up removing unused css from the bootstrap file.

I think the steps to convert to Foundation will be to convert our stylesheet sources in the .less to .scss organize the stylesheet file and then replace the layout css with that from Foundation.

Maybe you (and/or others) could contribute to cleaning up the style.less file - in a sense of organizing it - without actual changes to the looks. When we have pieces in that file more or less sorted so that you know where to say change styles of borders, buttons, specific pages etc?

If you make changes like those - please just make a pull request on github.

The best advise on customizing the look and feel is in the documentation pages.

Despite that we have bootstrap.css in the paths we are not relying on bootstrap entirely. We are planning to use Zurb Foundation in the future.

Bootstrap is currently used for some things like modal menues and dropdowns and that's it. We will probably end up removing unused css from the bootstrap file.

I think the steps to convert to Foundation will be to convert our stylesheet sources in the .less to .scss organize the stylesheet file and then replace the layout css with that from Foundation.

Maybe you (and/or others) could contribute to cleaning up The best advise on customizing the style.less file - look and feel is in a sense of organizing it - without actual changes to the looks. When we have pieces in that file more or less sorted so that you know where to say change styles of borders, buttons, specific pages etc? documentation pages.

If you make changes like those - please just make a pull request on github.

Despite that we have bootstrap.css in the paths we are not relying on bootstrap entirely. We are planning to use Zurb Foundation in the future.

Bootstrap is currently used for some things like modal menues and dropdowns and that's it. We will probably end up removing unused css from the bootstrap file.

I think the steps to convert to Foundation will be to convert our stylesheet sources in the .less to .scss organize the stylesheet file and then replace the layout css with that from Foundation.

The best advise on customizing the look and feel is in the documentation pages.