mirror of https://github.com/zulip/zulip.git
css: Remove duplicated selectors from `why-zulip`.
This commit is contained in:
parent
62a1e988f7
commit
93c98e6d9a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue