Skip to content

Commit

Permalink
add borders between rows for better distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Oct 22, 2024
1 parent f47aa55 commit cabc335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions unikernel_index.ml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ let unikernel_index_layout unikernels current_time =
(Vmm_core.Name.name name)
in
tr
~a:[ a_class [ "border-b border-gray-200" ] ]
[
td
~a:
Expand Down
1 change: 1 addition & 0 deletions users_index.ml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ let users_index_layout (users : User_model.user list) current_time =
(List.map
(fun (user : User_model.user) ->
tr
~a:[ a_class [ "border-b border-gray-200" ] ]
[
td
~a:
Expand Down

0 comments on commit cabc335

Please sign in to comment.