Skip to content

Commit

Permalink
Merge pull request #3381 from davidchambers/inline-css
Browse files Browse the repository at this point in the history
changelog: replace inline CSS
  • Loading branch information
michaelficarra committed Feb 18, 2014
2 parents c41a14f + 81e2253 commit bb319e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -86,7 +86,7 @@ formatDate = (date) ->

releaseHeader = (date, version, prevVersion) -> """
<div class="anchor" id="#{version}"></div>
<b class="header" style="margin-top: 20px;">
<b class="header">
#{prevVersion and "<a href=\"https://github.com/jashkenas/coffee-script/compare/#{prevVersion}...#{version}\">#{version}</a>" or version}
<span class="timestamp"> &ndash; <small>#{formatDate date}</small></span>
</b>
Expand Down
1 change: 1 addition & 0 deletions documentation/css/docs.css
Expand Up @@ -92,6 +92,7 @@ code, pre, tt, textarea {
div.anchor {
position: relative;
top: -90px;
margin: 0 0 -20px;
}
div.code {
position: relative;
Expand Down

0 comments on commit bb319e2

Please sign in to comment.