diff --git a/cao_blogr.sqlite b/cao_blogr.sqlite index 97fdc7d..b37c352 100644 Binary files a/cao_blogr.sqlite and b/cao_blogr.sqlite differ diff --git a/cao_blogr/static/theme.css b/cao_blogr/static/theme.css index e9a3590..302815a 100644 --- a/cao_blogr/static/theme.css +++ b/cao_blogr/static/theme.css @@ -102,16 +102,6 @@ h3, h4 { .navbar-default .navbar-toggle { border-color: transparent; } -.open .dropdown-toggle { - color: #fff; - background-color: #555 !important; -} -.dropdown-menu li a { - color: #000 !important; -} -.dropdown-menu li a:hover { - background-color: red !important; -} footer { background-color: #bc2131; color: #f5f5f5; @@ -134,4 +124,20 @@ textarea { content: "*"; color: red; margin-left:2px; +} + +/* Dropdown */ +.open .dropdown-toggle { + color: #fff ; + background-color: #555 !important; +} + +/* Dropdown links */ +.dropdown-menu li a { + color: #000 !important; +} + +/* On hover, the dropdown links will turn red */ +.dropdown-menu li a:hover { + background-color: red !important; } \ No newline at end of file diff --git a/cao_blogr/templates/layout.jinja2 b/cao_blogr/templates/layout.jinja2 index c8fdf7e..ecd8cd7 100644 --- a/cao_blogr/templates/layout.jinja2 +++ b/cao_blogr/templates/layout.jinja2 @@ -10,16 +10,13 @@
© 2017 - Phuoc Cao -  | A propos - - {% if request.authenticated_userid == 'admin' %} -  | Utilisateurs - {% endif %} - +  | A propos