docs: remove unused CSS rule (#40080)

Removed rule don't affect their component views.
The reason - the templates don't contain elements to which that rule is applied.
See https://angular.io/guide/view-encapsulation for more details

PR Close #40080
This commit is contained in:
Alexey Elin 2020-12-11 13:00:41 +03:00 committed by Alex Rickabaugh
parent c977e1b629
commit 1e05109f17
3 changed files with 0 additions and 15 deletions

View File

@ -3,11 +3,6 @@ h1 {
font-size: 1.2em;
margin-bottom: 0;
}
h2 {
font-size: 2em;
margin-top: 0;
padding-top: 0;
}
nav a {
padding: 5px 10px;
text-decoration: none;

View File

@ -3,11 +3,6 @@ h1 {
font-size: 1.2em;
margin-bottom: 0;
}
h2 {
font-size: 2em;
margin-top: 0;
padding-top: 0;
}
nav a {
padding: 5px 10px;
text-decoration: none;

View File

@ -3,11 +3,6 @@ h1 {
font-size: 1.2em;
margin-bottom: 0;
}
h2 {
font-size: 2em;
margin-top: 0;
padding-top: 0;
}
nav a {
padding: 5px 10px;
text-decoration: none;