File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 22title: GitHub API Changes
33---
44
5+ # API Changes
6+
57< % sorted_articles.each do |article| %>
6- < div class ="article " id ="article <%= article.path %> ">
8+ < div class ="change " id ="<%= article.path %> ">
79 < %= render '_meta', :item => article, :level => :h2 %>
810 < %= article.compiled_content %>
911</ div >
Original file line number Diff line number Diff line change 1- < < %= @level %> >
1+ < < %= @level %> class="title" >
22 < a href ="<%= @item.path %> "> < %= @item[:title] %> </ a >
33</ < %= @level %> >
44
Original file line number Diff line number Diff line change 4040 body .api .content h2 {
4141 background : transparent url(../ images/crud-sprite.png) left 2px no-repeat;
4242 padding-left : 22px ;
43+ margin-bottom : 0.5em ;
44+ margin-top : 1em ;
45+ }
46+
47+ body .api .change h2 .title {
48+ background : none;
49+ padding-left : 0 ;
50+ font-size : 24px ;
4351 }
4452
4553h2 span .step {
@@ -541,6 +549,23 @@ p code {
541549.content .intro {
542550 color : # 868686 ;
543551}
552+
553+ .change {
554+ padding-bottom : 1em ;
555+ }
556+
557+ .change .meta {
558+ font-size : 16px ;
559+ }
560+
561+ .change .who_when .author {
562+ color : # eee ;
563+ }
564+
565+ .change .who_when .published {
566+ color : # ccc ;
567+ }
568+
544569/* @end */
545570
546571/*------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments