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

Retina images #49

Merged
merged 2 commits into from
Sep 12, 2014
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: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ul class="row menu">
<li class="col-xs-12 col-md-4">
<a href="index.html"><img class="img-responsive" src="logos/rust-logo-128x128-blk-v2.png" height="128" width="128" alt="Rust logo" /></a>
<a href="index.html"><img class="img-responsive" src="logos/rust-logo-256x256-blk.png" height="128" width="128" alt="Rust logo" /></a>
</li>
<li class="col-xs-4 col-md-2"><h2>Docs (Nightly)</h2>
<ul>
Expand Down
16 changes: 9 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ ul.laundry-list {
top: 0;
right: 0;
border: 0;
width: 149px;
height: 149px;
}
ul.menu .col-xs-12 {
padding-left: 0;
Expand All @@ -263,7 +265,7 @@ ul.laundry-list {
}
}

#editor {
#editor {
padding: none;
margin: none;
width: 100%;
Expand Down Expand Up @@ -297,27 +299,27 @@ ul.laundry-list {
font-style: normal;
font-weight: normal;
speak: none;

display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */

/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;

/* fix buttons height, for twitter bootstrap */
line-height: 1em;

position: relative;
float: right;
font-size: 120%;

}

.icon-link-ext:before { content: '\e800'; } /* '' */

#result {
Expand Down
Binary file modified logos/forkme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.