Skip to content

Commit

Permalink
Remove unused CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Aug 25, 2020
1 parent aea3455 commit a7dc4b6
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ code, kbd, pre, samp {
padding: 2em;
}

/* 100ch is some arbitrary number that seems to work. */
@media(min-width: 100ch) {
.highlight {
transition: width 1s;
width: 65ch;
}

.highlight:hover, .highlight:focus, .highlight.active {
width: 85ch;
}
}

a {
color: #0366d6;
text-decoration: none;
Expand Down Expand Up @@ -94,11 +82,6 @@ h4 a:focus:before {
}

p { margin-top: 1em; margin-bottom: 0; }
p.urgent {
border: 3px solid red;
margin: 2em 0;
padding: 1em;
}

ul { margin-top: 0.25em; }

Expand Down Expand Up @@ -127,27 +110,6 @@ nav li a {
padding: 1em;
}

#table-of-contents, #table-of-contents + ol {
margin: 1em auto;
max-width: 40ch;
}

#table-of-contents {
margin-top: 2em;
margin-bottom: 0;
}

#table-of-contents + ol {
margin-top: 0;
padding-left: 1em;
margin-bottom: 2em;
}

#table-of-contents + ol li > a {
display: inline-block;
padding: 0.5em;
}

.vimeo-video {
margin-top: 1em;
border: 1px solid #ccc;
Expand Down

0 comments on commit a7dc4b6

Please sign in to comment.