aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2021-01-13 13:28:09 -0800
committerGitHub <noreply@github.com>2021-01-13 16:28:09 -0500
commitc2f094b1204c81f2db59ad6d11bb6c5c516fde58 (patch)
treec46747d4951aedc51c32f1f5b1574d219ac31cdc /docs
parentb51b7f587042fe9340371c1b5c8e9adf8001c43a (diff)
downloadpython-api-core-c2f094b1204c81f2db59ad6d11bb6c5c516fde58.tar.gz
chore: use 'http' in URL for Apache license (#125)
* chore(python): fix column sizing issue in docs Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Jan 7 11:58:32 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: f15b57ccfd71106c2299e9b89835fe6e55015662 Source-Link: https://github.com/googleapis/synthtool/commit/f15b57ccfd71106c2299e9b89835fe6e55015662 * chore(python): use 'http' in LICENSE Co-authored-by: Tim Swast <swast@google.com> Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Jan 7 13:05:12 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 41a4e56982620d3edcf110d76f4fcdfdec471ac8 Source-Link: https://github.com/googleapis/synthtool/commit/41a4e56982620d3edcf110d76f4fcdfdec471ac8
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/custom.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index 0abaf22..bcd37bb 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -1,4 +1,9 @@
div#python2-eol {
border-color: red;
border-width: medium;
-} \ No newline at end of file
+}
+
+/* Ensure minimum width for 'Parameters' / 'Returns' column */
+dl.field-list > dt {
+ min-width: 100px
+}