diff --git a/public/docs/dart/latest/resources.jade b/public/docs/dart/latest/resources.jade
index cc76c8099e..7b3f10779a 100644
--- a/public/docs/dart/latest/resources.jade
+++ b/public/docs/dart/latest/resources.jade
@@ -8,27 +8,30 @@
li Dependency injection
.l-main-section
- h2 David East's Intro Todo App
- ul
- li Building a Todo App (video)
+ h2 Videos
-.l-main-section
- h2 More Videos
- ul
- li New! The ng-conf 2015 playlist of videos. Specifically:
- ul
- li Day 1 Keynote: a broad overview of Angular 2, migration, and where we are headed.
- li Day 2 Keynote: Misko and Rado do a deep-dive on Angular 2 details.
- li Creating Container Components with Web Components in Angular: Components Talk by Kara Erickson & Rachael L Moore from Open Table.
- li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster.
- li From Oct 2014: the ng-europe playlist of videos on Angular 2 and the future of Angular
+ h4 Intro to building Apps
+ ul
+ li Building a Todo App by David East
+
+ h4 ng-conf
+ ul
+ li Playlist of ng-conf 2015 videos.
+ li Day 1 Keynote: a broad overview of Angular 2, migration, and where we are headed.
+ li Day 2 Keynote: Misko and Rado do a deep-dive on Angular 2 details.
+ li Creating Container Components with Web Components in Angular: Kara Erickson & Rachael L Moore.
+ li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster.
+
+ h4 ng-europe
+ ul
+ li Oct 2014 playlist of ng-europe videos on Angular 2 and the future of Angular.
.l-main-section
- h2 API Design Docs & Notes
- ul
- li Best Practices
- li API Design Docs
- li Meeting Notes
- li Presentations
- li More...
\ No newline at end of file
+ h2 API Design Docs & Notes
+ ul
+ li Best Practices
+ li API Design Docs
+ li Meeting Notes
+ li Presentations
+ li More...
\ No newline at end of file
diff --git a/public/docs/js/latest/resources.jade b/public/docs/js/latest/resources.jade
index d531bbe4b4..08302c0d20 100644
--- a/public/docs/js/latest/resources.jade
+++ b/public/docs/js/latest/resources.jade
@@ -8,20 +8,23 @@
li Dependency injection
.l-main-section
- h2 David East's Intro Todo App
- ul
- li Building a Todo App (video)
+ h2 Videos
-.l-main-section
- h2 More Videos
+ h4 Intro to building Apps
ul
- li New! The ng-conf 2015 playlist of videos. Specifically:
- ul
- li Day 1 Keynote: a broad overview of Angular 2, migration, and where we are headed.
- li Day 2 Keynote: Misko and Rado do a deep-dive on Angular 2 details.
- li Creating Container Components with Web Components in Angular: Components Talk by Kara Erickson & Rachael L Moore from Open Table.
- li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster.
- li From Oct 2014: the ng-europe playlist of videos on Angular 2 and the future of Angular
+ li Building a Todo App by David East
+
+ h4 ng-conf
+ ul
+ li Playlist of ng-conf 2015 videos.
+ li Day 1 Keynote: a broad overview of Angular 2, migration, and where we are headed.
+ li Day 2 Keynote: Misko and Rado do a deep-dive on Angular 2 details.
+ li Creating Container Components with Web Components in Angular: Kara Erickson & Rachael L Moore.
+ li Change Detection Reinvented: Why Angular 2 change detection is fast out of the box and options for developers to make it even faster.
+
+ h4 ng-europe
+ ul
+ li Oct 2014 playlist of ng-europe videos on Angular 2 and the future of Angular.
.l-main-section
diff --git a/public/resources/css/base/_type.scss b/public/resources/css/base/_type.scss
index 18b04eb4ab..9f4d492713 100644
--- a/public/resources/css/base/_type.scss
+++ b/public/resources/css/base/_type.scss
@@ -68,7 +68,8 @@ a {
line-height: 32px;
}
-.text-title {
+.text-title,
+.docs-content h4 {
margin: 0px 0px ($unit * 2) 0px;
font-size: 20px;
font-weight: 500;