mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Allow dl dt tt indentation
This commit is contained in:
parent
f917180904
commit
f783dc2398
2
dist/sphinx_rtd_theme/static/theme.css
vendored
2
dist/sphinx_rtd_theme/static/theme.css
vendored
File diff suppressed because one or more lines are too long
|
@ -136,43 +136,41 @@
|
|||
font-weight: bold
|
||||
|
||||
/* -- until we find best place to apply -------------------------------------
|
||||
// dl
|
||||
// dt
|
||||
// @extend code
|
||||
// display: inline-block
|
||||
// margin: $base-line-height / 4 0
|
||||
// font-size: 80%
|
||||
// line-height: normal
|
||||
// background: $gray-lighter
|
||||
// color: $gray-dark
|
||||
// border: none
|
||||
// border-left: solid 3px $gray-light
|
||||
// padding: $base-line-height / 4
|
||||
// .headerlink
|
||||
// color: $text-color
|
||||
// font-size: 100% !important
|
||||
// .descname, .descclassname, big, em
|
||||
// font-size: 100% !important
|
||||
// line-height: normal
|
||||
// dt:first-child
|
||||
// margin-top: 0
|
||||
// dd
|
||||
// margin-left: $base-line-height
|
||||
dl
|
||||
dt
|
||||
display: inline-block
|
||||
margin: $base-line-height / 4 0
|
||||
font-size: 80%
|
||||
line-height: normal
|
||||
background: $gray-lighter
|
||||
color: $gray-dark
|
||||
border: none
|
||||
border-left: solid 3px $gray-light
|
||||
padding: $base-line-height / 4
|
||||
.headerlink
|
||||
color: $text-color
|
||||
font-size: 100% !important
|
||||
.descname, .descclassname, big, em
|
||||
font-size: 100% !important
|
||||
line-height: normal
|
||||
dt:first-child
|
||||
margin-top: 0
|
||||
dd
|
||||
margin-left: $base-line-height
|
||||
|
||||
// dl dl
|
||||
// dt
|
||||
// @extend code
|
||||
// display: inline-block
|
||||
// margin-bottom: $base-line-height / 4
|
||||
// font-size: 80%
|
||||
// line-height: normal
|
||||
// .headerlink
|
||||
// color: $text-color
|
||||
// font-size: 100% !important
|
||||
// tt
|
||||
// font-family: $code-font-family
|
||||
// &.literal
|
||||
// @extend code
|
||||
dl dl
|
||||
dt
|
||||
display: inline-block
|
||||
margin-bottom: $base-line-height / 4
|
||||
font-size: 80%
|
||||
line-height: normal
|
||||
.headerlink
|
||||
color: $text-color
|
||||
font-size: 100% !important
|
||||
tt
|
||||
font-family: $code-font-family
|
||||
&.literal
|
||||
@extend code
|
||||
blockquote
|
||||
margin-left: $base-line-height
|
||||
line-height: $base-line-height
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user