diff --git a/aio/content/marketing/events.html b/aio/content/marketing/events.html
index 8712691448..0214c01d4c 100755
--- a/aio/content/marketing/events.html
+++ b/aio/content/marketing/events.html
@@ -1,4 +1,4 @@
-
Events
+Events
Where we'll be presenting:
diff --git a/aio/src/styles/2-modules/_api-list.scss b/aio/src/styles/2-modules/_api-list.scss
index f42f0d9cbe..54f172e283 100644
--- a/aio/src/styles/2-modules/_api-list.scss
+++ b/aio/src/styles/2-modules/_api-list.scss
@@ -9,6 +9,11 @@ aio-api-list {
.form-search input {
width: 182px;
}
+
+ .banner {
+ border: 1px solid rgba($lightgray, 0.5);
+ border-radius: 4px;
+ }
}
aio-api-list > div {
diff --git a/aio/src/styles/2-modules/_buttons.scss b/aio/src/styles/2-modules/_buttons.scss
index fd3ed6c003..36bd942ad1 100644
--- a/aio/src/styles/2-modules/_buttons.scss
+++ b/aio/src/styles/2-modules/_buttons.scss
@@ -66,10 +66,12 @@ a.button.md-button {
background: $blue url('assets/images/logos/angular/angular_whiteTransparent.svg') 24px 13px no-repeat;
color: rgba($white, .87);
padding-left: 54px;
+ background-size: 22px 22px;
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
background: $blue url('assets/images/logos/angular/angular_whiteTransparent.svg') 24px 13px no-repeat;
background-size: 22px 22px;
+
}
}
}
diff --git a/aio/src/styles/2-modules/_features.scss b/aio/src/styles/2-modules/_features.scss
index 15398725c6..e09a8e4a22 100644
--- a/aio/src/styles/2-modules/_features.scss
+++ b/aio/src/styles/2-modules/_features.scss
@@ -1,6 +1,5 @@
.feature-row {
display: flex;
- flex-direction: row;
flex-wrap: wrap;
margin: 24px 0 0;
diff --git a/aio/src/styles/2-modules/_hr.scss b/aio/src/styles/2-modules/_hr.scss
index c45daad44f..c5de8d54c6 100644
--- a/aio/src/styles/2-modules/_hr.scss
+++ b/aio/src/styles/2-modules/_hr.scss
@@ -1,3 +1,9 @@
+hr {
+ border: none;
+ background: $lightgray;
+ height: 1px;
+}
+
.hr-margin {
display: block;
height: 1px;
diff --git a/aio/src/styles/2-modules/_table.scss b/aio/src/styles/2-modules/_table.scss
index 78ea0e6617..31e2a309b6 100644
--- a/aio/src/styles/2-modules/_table.scss
+++ b/aio/src/styles/2-modules/_table.scss
@@ -9,12 +9,10 @@ table {
}
thead {
- display: table-header-group;
vertical-align: middle;
border-color: inherit;
tr {
- display: table-row;
vertical-align: inherit;
border-color: inherit;
}