Skip to content
This repository was archived by the owner on Apr 20, 2019. It is now read-only.

Commit 4b9cddd

Browse files
danroth27guardrex
authored andcommitted
Revert "Add Blazor First Look Course Banner (#242)" (#340)
This reverts commit c022cd3.
1 parent 065687f commit 4b9cddd

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ title: Welcome to the Blazor preview docs website!
33
description: Learn about Blazor, an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
44
documentType: index
55
---
6-
<div class="container-fluid update-banner">
7-
<div class="container">
8-
LinkedIn Learning has unlocked the training course <a href="https://www.linkedin.com/learning/blazor-first-look?trk=insiders_blazorFL_learning" aria-label="Watch Blazor First Look">Blazor First Look</a> for a limited time.
9-
</div>
10-
</div>
6+
117
<div class="hero">
128
<div class="wrap">
139
<h1 class="text">

template/styles/main.css

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@ body {
22
font-size: 16px;
33
}
44

5-
.update-banner {
6-
background-color: #ddd;
7-
width: 100%;
8-
padding: .9em;
9-
margin-top: 50px;
10-
}
11-
12-
.update-banner div {
13-
text-align: center;
14-
}
15-
165
.toc .level1 > li {
176
font-weight: normal;
187
}
@@ -81,7 +70,7 @@ svg:hover path {
8170

8271
.hero {
8372
height: 350px;
84-
/* margin-top: 50px; Add back when removing the update banner */
73+
margin-top: 50px;
8574
padding-top: 50px;
8675
font-weight: 300;
8776
text-align: center;
@@ -177,9 +166,6 @@ svg:hover path {
177166
.counter-key-section .glyphicon {
178167
display: none;
179168
}
180-
.update-banner {
181-
margin-top: 0px;
182-
}
183169
}
184170

185171
.footer {

0 commit comments

Comments
 (0)