Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 98b1b30

Browse files
committed
Merge pull request #49 from dgraham/retina-images
Retina images
2 parents c982c37 + 05d06ef commit 98b1b30

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ul class="row menu">
1919
<li class="col-xs-12 col-md-4">
20-
<a href="index.html"><img class="img-responsive" src="logos/rust-logo-128x128-blk-v2.png" height="128" width="128" alt="Rust logo" /></a>
20+
<a href="index.html"><img class="img-responsive" src="logos/rust-logo-256x256-blk.png" height="128" width="128" alt="Rust logo" /></a>
2121
</li>
2222
<li class="col-xs-4 col-md-2"><h2>Docs (Nightly)</h2>
2323
<ul>

css/style.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ ul.laundry-list {
254254
top: 0;
255255
right: 0;
256256
border: 0;
257+
width: 149px;
258+
height: 149px;
257259
}
258260
ul.menu .col-xs-12 {
259261
padding-left: 0;
@@ -263,7 +265,7 @@ ul.laundry-list {
263265
}
264266
}
265267

266-
#editor {
268+
#editor {
267269
padding: none;
268270
margin: none;
269271
width: 100%;
@@ -297,27 +299,27 @@ ul.laundry-list {
297299
font-style: normal;
298300
font-weight: normal;
299301
speak: none;
300-
302+
301303
display: inline-block;
302304
text-decoration: inherit;
303305
width: 1em;
304306
margin-right: .2em;
305307
text-align: center;
306308
/* opacity: .8; */
307-
309+
308310
/* For safety - reset parent styles, that can break glyph codes*/
309311
font-variant: normal;
310312
text-transform: none;
311-
313+
312314
/* fix buttons height, for twitter bootstrap */
313315
line-height: 1em;
314-
316+
315317
position: relative;
316318
float: right;
317319
font-size: 120%;
318-
320+
319321
}
320-
322+
321323
.icon-link-ext:before { content: '\e800'; } /* '' */
322324

323325
#result {

logos/forkme.png

11.1 KB
Loading

0 commit comments

Comments
 (0)