Skip to content

Commit

Permalink
add frame-ends as alias for frame-topbot
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 5, 2018
1 parent a236139 commit c3413d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/components/_asciidoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ kbd {
background-color: #f7f7f7;
border: 1px solid #ccc;
@include radius(3px);
@include box-shadow(0 1px 0 rgba(0, 0, 0, .2), 0 0 0 0.1em white inset);
@include box-shadow(0 1px 0 rgba(0,0,0,0.2), 0 0 0 0.1em white inset);
margin: 0 0.15em;
padding: 0.2em 0.5em;
vertical-align: middle;
Expand Down Expand Up @@ -1043,7 +1043,7 @@ table.frame-sides {
border-width: 0 $table-border-size;
}

table.frame-topbot {
table.frame-topbot, table.frame-ends {
border-width: $table-border-size 0;
}

Expand Down

0 comments on commit c3413d0

Please sign in to comment.