From 368eda32d6b7f5c9b586cf9d57075b9e9b40bf20 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 10 Jul 2016 13:20:17 -0400 Subject: [PATCH] Update Angular documentation (2.0.0rc4) --- assets/stylesheets/pages/_angular.scss | 2 +- lib/docs/scrapers/angular.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/pages/_angular.scss b/assets/stylesheets/pages/_angular.scss index c8260c5f..842ab92d 100644 --- a/assets/stylesheets/pages/_angular.scss +++ b/assets/stylesheets/pages/_angular.scss @@ -19,7 +19,7 @@ .alert.is-important { @extend %note-red; } .alert.is-helpful { @extend %note-blue; } - td > h3, .l-sub-section > h3, .l-sub-section > h4, .alert > h3, .alert > h4 { + td > h3, .l-sub-section > h3, .l-sub-section > h4, .alert > h3, .alert > h4, .row-margin > h3 { margin-top: .25rem; font-size: 1em; } diff --git a/lib/docs/scrapers/angular.rb b/lib/docs/scrapers/angular.rb index aa4fcab8..a227fd4e 100644 --- a/lib/docs/scrapers/angular.rb +++ b/lib/docs/scrapers/angular.rb @@ -42,7 +42,7 @@ module Docs end version '2.0 TypeScript' do - self.release = '2.0.0rc3' + self.release = '2.0.0rc4' self.base_url = "https://angular.io/docs/ts/latest/" end