Skip to content

Commit 77fa1c5

Browse files
committed
---
yaml --- r: 146079 b: refs/heads/try2 c: 5d1fc86 h: refs/heads/master i: 146077: b60aff6 146075: 864b918 146071: c9592f9 146063: 88f761c 146047: 62310de v: v3
1 parent f9393cb commit 77fa1c5

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: f69795e443b73ac875092e54774b4666ca203aa5
8+
refs/heads/try2: 5d1fc864c7ee7b9d2e4e62e6e054683bfab521f0
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/doc/rust.css

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,21 @@ h3 a:link, h3 a:visited { color: black; }
100100
.cm-s-default span.cm-attribute {color: #00c;}
101101

102102
#versioninfo {
103-
position: fixed;
104-
bottom: 0px;
105-
right: 0px;
106-
107-
background-color: white;
108-
padding: 0.5em;
109-
}
110-
111-
a.lessimportant {
112-
color: gray;
113-
font-size: 60%;
103+
position: fixed;
104+
bottom: 0px;
105+
right: 0px;
106+
text-align: center;
107+
padding: 0.5em;
108+
}
109+
#versioninfo a.hash {
110+
color: gray;
111+
font-size: 60%;
112+
}
113+
#versioninfo .white-sticker {
114+
background-color: #fff;
115+
margin: 2px;
116+
padding: 0 2px;
117+
border-radius: .3em;
114118
}
115119

116120
blockquote {
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
<div id='versioninfo'>
2-
<center>
3-
<img src="http://www.rust-lang.org/logos/rust-logo-32x32-blk.png"> <br>
4-
<a href="http://rust-lang.org">Rust</a> VERSION <br>
5-
<a href="http://github.com/mozilla/rust/commit/STAMP"
6-
class='lessimportant'>SHORT_HASH</a>
7-
</center>
8-
9-
</div>
1+
<div id="versioninfo">
2+
<img src="http://www.rust-lang.org/logos/rust-logo-32x32-blk.png" width="32" height="32" alt><br>
3+
<span class="white-sticker"><a href="http://rust-lang.org">Rust</a> VERSION</span><br>
4+
<a href="http://github.com/mozilla/rust/commit/STAMP"
5+
class="hash white-sticker">SHORT_HASH</a>
6+
</div>

0 commit comments

Comments
 (0)