Skip to content

Commit

Permalink
Rebuild /assets and push
Browse files Browse the repository at this point in the history
#83 - Would solve this problem.
  • Loading branch information
Josh Bruce committed Aug 19, 2016
1 parent 7effc0c commit de04bce
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
15 changes: 15 additions & 0 deletions assets/css/styleguide.css
Original file line number Diff line number Diff line change
Expand Up @@ -8158,6 +8158,21 @@ code::before, code::after {
code[class*="language-"],
pre[class*="language-"] {
color: #212121;
background-color: transparent;
}

.usa-accordion-content.usa-code-sample {
padding: 1em;
}

.usa-accordion-content pre, .usa-accordion-content code {
background: none;
font-size: 1.2rem;
padding: 0;
}

.usa-accordion-content pre [class*="language-"] {
margin-top: 0;
}

.token.property,
Expand Down
2 changes: 1 addition & 1 deletion assets/css/styleguide.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/styleguide.min.css.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions assets/js/styleguide.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/styleguide.js.map

Large diffs are not rendered by default.

0 comments on commit de04bce

Please sign in to comment.