mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge pull request #394 from rtfd/fix-149
Fix #149 Fix padding for field list
This commit is contained in:
commit
c99e5d2e8d
@ -185,17 +185,14 @@
|
|||||||
border: none
|
border: none
|
||||||
td
|
td
|
||||||
border: none
|
border: none
|
||||||
padding-top: 5px
|
|
||||||
td > strong
|
td > strong
|
||||||
display: inline-block
|
display: inline-block
|
||||||
margin-top: 3px
|
|
||||||
.field-name
|
.field-name
|
||||||
padding-right: 10px
|
padding-right: 10px
|
||||||
text-align: left
|
text-align: left
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
.field-body
|
.field-body
|
||||||
text-align: left
|
text-align: left
|
||||||
padding-left: 0
|
|
||||||
|
|
||||||
// These are the "literals" that get spit out when you mark stuff as ``code`` as your write.
|
// These are the "literals" that get spit out when you mark stuff as ``code`` as your write.
|
||||||
tt, code
|
tt, code
|
||||||
|
Loading…
Reference in New Issue
Block a user