Skip to content

Fix h3 on blog posts #506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions posts/inside-rust/2019-10-15-compiler-team-meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Each week, we have general announcements from the team followed by check-ins fro

## Working group sync

<br/>

### [wg-learning](https://rust-lang.github.io/compiler-team/working-groups/learning/)

`wg-learning` aims to make the compiler easier to learn by ensuring that rustc-guide and api docs are “complete”.
Expand Down
2 changes: 0 additions & 2 deletions posts/inside-rust/2019-10-21-compiler-team-meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Each week, we have general announcements from the team followed by check-ins fro

## Working group sync

<br/>

### [wg-mir-opt](https://rust-lang.github.io/compiler-team/working-groups/mir-opt/)

- [@wesleywiser] Moved promoted MIR out of `mir::Body` [#63580](https://github.com/rust-lang/rust/pull/63580)
Expand Down
2 changes: 0 additions & 2 deletions posts/inside-rust/2019-10-30-compiler-team-meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Each week, we have general announcements from the team followed by check-ins fro

## Working group sync

<br/>

### [wg-nll](https://rust-lang.github.io/compiler-team/working-groups/nll/)

- Rust 1.40 (current nightly) will be the first stable release without the HIR borrow checker.
Expand Down
2 changes: 0 additions & 2 deletions posts/inside-rust/2019-11-07-compiler-team-meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Rust 1.39 ships on Thursday!

## Working group sync

<br/>

### [wg-pgo](https://rust-lang.github.io/compiler-team/working-groups/pgo/)

- PGO is available in the stable compiler. Docs are in the rustc-guide and the rustc-book
Expand Down
2 changes: 0 additions & 2 deletions posts/inside-rust/2019-11-11-compiler-team-meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Each week, we have general announcements from the team followed by check-ins fro

## Working group sync

<br/>

### [wg-polonius]

We ran out of time this week to have a check-in from this working group.
Expand Down
4 changes: 4 additions & 0 deletions src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ h3, .post h2, header h2 {
h2 {
font-size: 2em;
}

h3 {
display: block;
}

img {
display: block;
Expand Down