Skip to content

Commit

Permalink
adjusted labeled-list for BK-8210
Browse files Browse the repository at this point in the history
  • Loading branch information
edwelker committed Sep 13, 2013
1 parent 550c5a4 commit 8c66abe
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions standard_optional_helpers.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@

/*left-leaning blocks*/
.labeled-list{}
.labeled-list dt{float:left;margin-right:.8em}
.labeled-list dd{vertical-align:top;display:table-cell;*display:inline-block}

/*pages*/
.no_max_width{max-width:none}
.labeled-list dt,.labeled-list dd{display:inline;margin:0}
.labeled-list dd{margin-left:1.5em}
.labeled-list dd:after{content:'\A';white-space:pre}

/* Temporary class for BK-8210, reverting back to old .labeled-list rule until further refinement*/
.temp-labeled-list{}
.temp-labeled-list dt{float:left;margin-right:.8em}
.temp-labeled-list dd{vertical-align:top;display:table-cell;*display:inline-block}

/*labels in headings*/
.label{margin-right:1em;}
Expand Down

0 comments on commit 8c66abe

Please sign in to comment.