Allow dl dt tt indentation

This commit is contained in:
Tony Narlock 2013-11-04 12:32:56 +08:00
parent f917180904
commit f783dc2398
3 changed files with 36 additions and 38 deletions

File diff suppressed because one or more lines are too long

View File

@ -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