Skip to content

Commit

Permalink
regenerate github css
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 7, 2015
1 parent e907e1c commit 8018324
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions github-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
margin-bottom: 0 !important;
}

.markdown-body a:not(:link):not(:visited) {
color: inherit;
text-decoration: none;
}

.markdown-body .anchor {
position: absolute;
top: 0;
Expand Down Expand Up @@ -428,7 +433,6 @@
.markdown-body img {
max-width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.markdown-body code {
Expand Down Expand Up @@ -649,8 +653,7 @@
}

.markdown-body .task-list-item input {
float: left;
margin: 0.3em 0 0.25em -1.6em;
margin: 0 0.35em 0.25em -1.6em;
vertical-align: middle;
}

Expand Down

0 comments on commit 8018324

Please sign in to comment.