<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/static/css/rustdoc.css, branch 1.55.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.55.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.55.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-27T10:22:47+00:00</updated>
<entry>
<title>Rustdoc accessibility: use real headers for doc items</title>
<updated>2021-07-27T10:22:47+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-07-25T21:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e299abf05070ccff80cab0f8c914f1c9166e921'/>
<id>urn:sha1:9e299abf05070ccff80cab0f8c914f1c9166e921</id>
<content type='text'>
Part of #87059

Partially reverts #84703

Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
</content>
</entry>
<entry>
<title>Rollup merge of #87376 - Thomasdezeeuw:rustdoc-large-logo, r=GuillaumeGomez</title>
<updated>2021-07-23T10:27:49+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>jtitor@2k36.org</email>
</author>
<published>2021-07-23T10:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe5799c39909880f4fa01b2f43a3633871d9a217'/>
<id>urn:sha1:fe5799c39909880f4fa01b2f43a3633871d9a217</id>
<content type='text'>
Change rustdoc logo to use the full container size

We have a logo in svg that scales nicely to large sizes, but by default
is only 5px large, i.e. very small. With the change the logo expands to
the full size. By only setting the height to 100% we ensure that the
width-height ratio isn't changed.
</content>
</entry>
<entry>
<title>Don't hide fields of enum struct variants</title>
<updated>2021-07-22T19:52:33+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2021-05-17T23:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=97623bf0516f9f852a18017d02af08011bea1da9'/>
<id>urn:sha1:97623bf0516f9f852a18017d02af08011bea1da9</id>
<content type='text'>
* The toggle adds visual clutter
* It's easy to miss that there are fields
* Tuple variant fields are always shown, so it is inconsistent to hide
  struct variant fields
* It's annoying to have to click the toggle every time
</content>
</entry>
<entry>
<title>Change rustdoc logo to use the full container size</title>
<updated>2021-07-22T16:05:06+00:00</updated>
<author>
<name>Thomas de Zeeuw</name>
<email>thomasdezeeuw@gmail.com</email>
</author>
<published>2021-07-22T15:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49b1be2c32a50d0bf5d7f97ef66b686c74117120'/>
<id>urn:sha1:49b1be2c32a50d0bf5d7f97ef66b686c74117120</id>
<content type='text'>
We have a logo in svg that scales nicely to large sizes, but by default
is only 5px large, i.e. very small. With the change the logo expands to
the full size. By only setting the height to 100% we ensure that the
width-height ratio isn't changed.
</content>
</entry>
<entry>
<title>Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddle</title>
<updated>2021-07-21T13:52:46+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2021-07-21T13:52:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e6380a699b150b88e4e0b43ed5e7c3eff438ec58'/>
<id>urn:sha1:e6380a699b150b88e4e0b43ed5e7c3eff438ec58</id>
<content type='text'>
Fix docblock &lt;table&gt; overflow

Before:

![Screenshot from 2021-07-18 00-05-23](https://user-images.githubusercontent.com/3050060/126050272-ce08bc5f-74ff-4135-bc12-d708d87470cc.png)

After:

![Screenshot from 2021-07-18 00-03-55](https://user-images.githubusercontent.com/3050060/126050273-42f41b4d-ad57-4a87-91de-18e63f8504ec.png)

cc `@SergioBenitez`

r? `@notriddle`
</content>
</entry>
<entry>
<title>Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle</title>
<updated>2021-07-19T09:37:46+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2021-07-19T09:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8cf995f6acb70cb09f14080df4d1232f736b2fc5'/>
<id>urn:sha1:8cf995f6acb70cb09f14080df4d1232f736b2fc5</id>
<content type='text'>
Fix "item info" width

Fixes #87202.

It now looks again like this:

![Screenshot from 2021-07-18 12-33-27](https://user-images.githubusercontent.com/3050060/126064005-013acabc-7f17-4436-8dfc-cb6b9bc24413.png)

cc `@jyn514`

r? `@notriddle`
</content>
</entry>
<entry>
<title>Fix item info display</title>
<updated>2021-07-18T10:25:49+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2021-07-18T10:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d10703c616fe79522b41b9dc45dd1a97ba655517'/>
<id>urn:sha1:d10703c616fe79522b41b9dc45dd1a97ba655517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix &lt;table&gt; overflow in doc blocks</title>
<updated>2021-07-17T22:03:24+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2021-07-17T21:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31484c0e19e1a2445b9d6d5f073f8a08a11b696e'/>
<id>urn:sha1:31484c0e19e1a2445b9d6d5f073f8a08a11b696e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant CSS</title>
<updated>2021-07-17T18:32:36+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2021-07-17T05:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee97b4a52876a53f18d09571107d0c88d6f74c06'/>
<id>urn:sha1:ee97b4a52876a53f18d09571107d0c88d6f74c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rustdoc accessibility: make the sidebar headers actual headers</title>
<updated>2021-07-17T18:32:36+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2021-07-17T04:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30d49a401ab11402429c8a839f54ff3b952d10a7'/>
<id>urn:sha1:30d49a401ab11402429c8a839f54ff3b952d10a7</id>
<content type='text'>
Part of #87059

Preview it at: https://notriddle.com/notriddle-rustdoc-test/rustdoc-sidebar-header/std/index.html
</content>
</entry>
</feed>
