css: Remove duplicated selectors from `why-zulip`.

This commit is contained in:
Alexandra Ciobica 2019-07-22 20:26:33 +03:00 committed by Tim Abbott
parent 62a1e988f7
commit 93c98e6d9a
1 changed files with 4 additions and 16 deletions

View File

@ -34,12 +34,6 @@ body {
font-weight: normal;
}
.why-page h3.normal {
font-size: 1.2em;
margin-top: 20px;
margin-bottom: 5px;
}
.navbar {
margin-bottom: 0px;
}
@ -1498,10 +1492,7 @@ input.new-organization-button {
.markdown h1,
.markdown h2,
.markdown h3,
.why-page h1,
.why-page h2,
.why-page h3 {
.markdown h3 {
font-weight: 700;
}
@ -1535,8 +1526,7 @@ input.new-organization-button {
vertical-align: middle;
}
.markdown h1,
.why-page .main h1 {
.markdown h1 {
border-bottom: 1px solid hsl(0, 0%, 93%);
padding-bottom: 10px;
margin-bottom: 15px;
@ -1550,15 +1540,13 @@ input.new-organization-button {
line-height: 100%;
}
.markdown h2,
.why-page h2 {
.markdown h2 {
font-size: 1.5em;
line-height: 1.25;
margin: 20px 0px 5px 0px;
}
.markdown h3,
.why-page h3 {
.markdown h3 {
font-size: 1.25em;
line-height: 1.25;
opacity: 1;