diff --git a/r2/r2/public/static/css/reddit.css b/r2/r2/public/static/css/reddit.css index e6866c176..5bbfa4cad 100644 --- a/r2/r2/public/static/css/reddit.css +++ b/r2/r2/public/static/css/reddit.css @@ -5190,10 +5190,18 @@ tr.gold-accent + tr > td { position: relative; border: 2px solid #ccc; border-radius: 12px; - padding: 14px; margin-bottom: -1em; } +.api-help .contents .introduction p { + margin: 1em 14px; +} + +.api-help .contents .introduction strong { + color: #222; + font-weight: bold; +} + .api-help .introduction:before, .api-help .introduction:after { position: absolute; diff --git a/r2/r2/templates/apihelp.html b/r2/r2/templates/apihelp.html index 31ce23112..7b5a8a046 100644 --- a/r2/r2/templates/apihelp.html +++ b/r2/r2/templates/apihelp.html @@ -41,9 +41,9 @@
This is automatically-generated documentation for the reddit API. It's gathered from docstrings and annotations in the code.
-This is automatically-generated documentation for the reddit API.
The reddit API and code are open source. Found a mistake or interested in helping us improve? Have a gander at api.py and send us a pull request.
+Please take care to respect our API access rules.