Merge pull request #3381 from davidchambers/inline-css

changelog: replace inline CSS
This commit is contained in:
Michael Ficarra
2014-02-18 08:08:03 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -92,6 +92,7 @@ code, pre, tt, textarea {
div.anchor {
position: relative;
top: -90px;
margin: 0 0 -20px;
}
div.code {
position: relative;