Skip to content

Commit 424cf01

Browse files
Merge pull request #2437 from rhamilto/page-header
Automatic merge from submit-queue. Fix bugs with headings More cleanup of bugs I made with #2389. I should have caught these the first two times. But on the up side, that's one more commit for the leaderboard. ;-) Before: ![screen shot 2017-11-02 at 12 12 59 pm](https://user-images.githubusercontent.com/895728/32337087-6e285c56-bfc7-11e7-853f-0c0246f86aee.PNG) ![screen shot 2017-11-02 at 12 12 48 pm](https://user-images.githubusercontent.com/895728/32337088-6e34ffe2-bfc7-11e7-8019-a27fd057f58e.PNG) ![screen shot 2017-11-02 at 12 12 41 pm](https://user-images.githubusercontent.com/895728/32337089-6e3e7e5a-bfc7-11e7-8b39-0c897aa8e702.PNG) After: ![screen shot 2017-11-02 at 12 12 06 pm](https://user-images.githubusercontent.com/895728/32337079-687fd8b0-bfc7-11e7-8054-ad158a64ddf1.PNG) ![screen shot 2017-11-02 at 12 12 14 pm](https://user-images.githubusercontent.com/895728/32337080-688ff8da-bfc7-11e7-8ac1-0d19e71fd6e5.PNG) ![screen shot 2017-11-02 at 12 12 20 pm](https://user-images.githubusercontent.com/895728/32337081-689ba860-bfc7-11e7-89d9-9540e5bcbc51.PNG)
2 parents dfd3293 + 6a62d55 commit 424cf01

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

app/styles/_sidebar-right.less

+8-11
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
}
128128
}
129129
.events-sidebar-collapse {
130-
font-size: 16px;
131-
margin-right: 10px;
130+
margin-left: 3px;
131+
margin-right: 8px;
132132

133133
a {
134134
text-decoration: none;
@@ -140,10 +140,11 @@
140140
justify-content: space-between;
141141
// So that sidebar bottom border aligns with main content header bottom border.
142142
margin-top: 0;
143-
padding-bottom: 21px;
144-
padding-top: 24px;
143+
padding-bottom: 22px;
144+
padding-top: 27px;
145145
h2 {
146146
font-size: 14px;
147+
line-height: 1;
147148
margin-bottom: 0;
148149
margin-top: 0;
149150
}
@@ -155,7 +156,7 @@
155156
}
156157
}
157158
.event-details-link {
158-
.small();
159+
font-size: 11px;
159160
line-height: 1;
160161
margin-right: 20px;
161162
}
@@ -221,10 +222,6 @@
221222
}
222223
}
223224

224-
.events-sidebar-expand {
225-
font-size: 16px;
226-
227-
a {
228-
text-decoration: none;
229-
}
225+
.events-sidebar-expand a {
226+
text-decoration: none;
230227
}

app/styles/_typography.less

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Page header
22
// --------------------------------------------------
33
.console-os {
4+
breadcrumbs + .page-header {
5+
padding-top: 0;
6+
}
47
.page-header {
58
border-color: @page-header-border-color;
69
margin-bottom: 0;

dist/styles/main.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)