From 272bde73c90074b300feb6e08417ece8cae295d3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 30 Nov 2012 12:30:24 -0800 Subject: [PATCH] Bootstrap README added. (mostly for developers) --- e107_themes/bootstrap/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 e107_themes/bootstrap/README.md diff --git a/e107_themes/bootstrap/README.md b/e107_themes/bootstrap/README.md new file mode 100644 index 000000000..01635298b --- /dev/null +++ b/e107_themes/bootstrap/README.md @@ -0,0 +1,19 @@ +# Bootstrap Theme + +## Front-end + +The bootstrap theme for e107 aims to be a direct port of the example files found here: http://twitter.github.com/bootstrap/getting-started.html#examples +Each main example is included as a different layout and minimal e107 css has been added. +New core templates have been added so that custom templates (eg. login, forum etc) need not be used. + +**Layouts** + +* Starter template +* Basic marketing site +* Fluid layout +* Carousel jumbotron + +## Back-end + +The default admin theme in v2.x +Much of the admin-area has been modified to take advantage of bootstrap features. \ No newline at end of file