technical-policies
technical-policies copied to clipboard
Coding style assertion table is ugly
The table listing the various asserts and their impacts in debug/non-debug builds is ugly. Some tweaking of boarders could improve things.
Yeah. Essentially, our CSS for tables is atrocious
However, there's one thing you can do. Surround the table with <p> and </p>, i.e. make them a paragraph, explicitly. That at least helps them not being flush against the next paragraph.
Ref: https://github.com/openssl/web/blob/397dd3e3f28118acc28bed170af50585e48c88e1/README.md#L54-L55