Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/_theme_rst.sass')
-rw-r--r--src/sass/_theme_rst.sass7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sass/_theme_rst.sass b/src/sass/_theme_rst.sass
index 0a7b63f..b355bf8 100644
--- a/src/sass/_theme_rst.sass
+++ b/src/sass/_theme_rst.sass
@@ -225,6 +225,12 @@
&:hover .headerlink
opacity: 1
+ // Consistent font sizing for table typography
+ .wy-table
+ th, td
+ p, ul
+ font-size: inherit
+
// override the Wyrm accessibility anti-pattern of hiding button focus
.btn:focus
outline: 2px solid
@@ -378,7 +384,6 @@
td
border: none
p
- font-size: inherit
line-height: inherit
td > strong
display: inline-block