Skip to content

Commit

Permalink
added missing ampersands
Browse files Browse the repository at this point in the history
  • Loading branch information
tomm1996 committed Feb 23, 2017
1 parent 6fb0790 commit 83979ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/gutenberg.css
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ body {
padding-top: 2.54cm;
padding-bottom: 2.54cm; }

a [href^="http://"]:after, a [href^="https://"]:after, a [href^="ftp://"]:after {
a[href^="http://"]:after, a[href^="https://"]:after, a[href^="ftp://"]:after {
content: " (" attr(href) ")";
font-size: 80%; }

Expand Down
2 changes: 1 addition & 1 deletion dist/gutenberg.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/_reformat.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Show link source
// For fully qualified URLs only
a {
[href^="http://"], [href^="https://"], [href^="ftp://"] {
&[href^="http://"], &[href^="https://"], &[href^="ftp://"] {
&:after {
content: " (" attr(href) ")";
font-size: 80%;
Expand Down

0 comments on commit 83979ce

Please sign in to comment.