Comment out the Bootstrap 2 theme, the prettify file (I don't think we need this), the css customisations made in preparation for the migration to Boostrap 3, and our current default.css. The idea is to start from the default Bootstrap 3 theme.
Signed-off-by: Belen Barros Pena <[email protected]> --- bitbake/lib/toaster/toastergui/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index e930f43..0e92f6d 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -8,11 +8,11 @@ {% block title %} Toaster {% endblock %} </title> <link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" type="text/css"/> - <link rel="stylesheet" href="{% static 'css/bootstrap-toaster-theme.min.css' %}" type='text/css'/> + <!--link rel="stylesheet" href="{% static 'css/bootstrap-toaster-theme.min.css' %}" type='text/css'/--> <link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}" type='text/css'/> - <link rel="stylesheet" href="{% static 'css/prettify.css' %}" type='text/css'/> - <link rel="stylesheet" href="{% static 'css/default.css' %}" type='text/css'/> - <link rel="stylesheet" href="{% static 'css/bootstrap3-transition.css' %}" type='text/css' /> + <!--link rel="stylesheet" href="{% static 'css/prettify.css' %}" type='text/css'/--> + <!--link rel="stylesheet" href="{% static 'css/default.css' %}" type='text/css'/--> + <!--link rel="stylesheet" href="{% static 'css/bootstrap3-transition.css' %}" type='text/css' /--> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
