Skip to content

Commit

Permalink
improved styling of ethertype field
Browse files Browse the repository at this point in the history
  • Loading branch information
simonarnell committed Aug 13, 2024
1 parent c17dfe8 commit 626fbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/examples/ethernet.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(draw-box "Source MAC" {:span 6})
(draw-box "(802.1Q tag)" {:span 4})

(draw-box "Ethertype" {:span 2})
(draw-box (text "Ethertype" {:font-size 16}) {:span 2})
(draw-gap "Payload")
(draw-bottom)
(draw-box "FCS" {:span 4})

0 comments on commit 626fbbf

Please sign in to comment.