Richard van der Hoff
b62be51060
give tables a light border
2022-08-03 09:29:06 +01:00
Richard van der Hoff
473b30b2eb
Fix position of expander arrow
2022-08-03 09:11:03 +01:00
Richard van der Hoff
de650e91b3
Give rendered-data sections a background and some padding
2022-08-02 23:49:01 +01:00
Richard van der Hoff
5926efa9bd
Avoid background-color override for <th>
...
instead, only do the stripes for rows in the tbody, not the thead.
2022-08-02 23:49:01 +01:00
Richard van der Hoff
c2d8e091f8
Remove redundant background-color
...
Now that only object and request tables get the stripes, there is no
need to reset it for basic-info
2022-08-02 23:49:01 +01:00
Richard van der Hoff
017d348d73
Apply table stripes to the tables that need it
...
... rather than all tables.
2022-08-02 23:49:01 +01:00
Richard van der Hoff
b58c7a5839
Reinstate margin between tables ( #1192 )
2022-08-02 23:47:57 +01:00
David Robertson
69ff51c017
Tweak style of <code> samples in rendered tables ( #1179 )
...
* Tweak style of `<code>` samples in rendered tables
This has been subtly irritating me for aaaaaaages
* Changelogs
2022-08-02 14:49:27 +01:00
Richard van der Hoff
91aebd62c4
CSS hack to fix scroll anchoring ( #1183 )
...
Disable explicit `height` setting for the top-level div, which breaks scroll
anchoring
2022-08-01 11:08:15 +01:00
Richard van der Hoff
ea42cd3c7b
Move various e2e defintions out to yaml files ( #1166 )
...
We have code to generate tables, which we should use in the e2e section.
2022-07-19 22:02:48 +01:00
Richard van der Hoff
03cdea4b57
Style tweak for API rendering ( #1012 )
...
Tighter bound on the `max-width` property for paragraphs inside rendered
APIs. AFAICT it's only meant to apply to the summary.
2022-03-31 10:33:53 +01:00
Richard van der Hoff
d38663f65d
Fix syntax highlighting in rendered spec ( #1008 )
...
* Configure syntax highlighter to use CSS classes
the inline `style` attributes cause CSP errors (and don't work). Instead, we
can use proper CSS classes.
* Configure response headers for Hugo dev server
make the dev server serve response headers which match the live site, for
better testing.
2022-03-29 16:02:48 +01:00
Richard van der Hoff
d199c05e97
Suppress scroll-anchoring in the sidebar ( #992 )
2022-03-08 17:54:00 +00:00
Andrew Morgan
a8f7723fe5
Rename assets-hugo directory to assets ( #3259 )
...
Now that we've dropped the old build pipeline (and an assets directory does not exist in the repo any longer, we can rename the hugo version of the assets (assets-hugo) created during the build tools migration back to simply assets.
2022-01-06 10:37:13 +00:00