Skip to content

Commit

Permalink
Limit the background color of the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
FardaleM committed Nov 2, 2022
1 parent 782ae67 commit e879d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ let navbar_html ~cur_user ?(top_info_bar=[]) ?(wiki_revisions_link=[]) ?(wiki_pa
(if top_info_bar = [] then [] else [div ~a:[a_id "top_action_bar"] top_info_bar])
@
[div ~a:[a_id "page"; a_class ["grid-container"]]
[div ~a:[a_id "navbar";]
(user_greeting @ [br ()] @ search_input @ wiki_revisions_link @ todo_list_table);
[div [div ~a:[a_id "navbar";]
(user_greeting @ [br ()] @ search_input @ wiki_revisions_link @ todo_list_table)];
div ~a:[a_id "content"]
content]]

Expand Down

0 comments on commit e879d20

Please sign in to comment.