openssl / technical-policies

Mirror of the repository for technical policies, governed by the OTC (OpenSSL Technical Committee)
20 stars 32 forks source link

Coding style assertion table is ugly #78

Open paulidale opened 10 months ago

paulidale commented 10 months ago

The table listing the various asserts and their impacts in debug/non-debug builds is ugly. Some tweaking of boarders could improve things.

levitte commented 10 months ago

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