File tree Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: f69795e443b73ac875092e54774b4666ca203aa5
8
+ refs/heads/try2: 5d1fc864c7ee7b9d2e4e62e6e054683bfab521f0
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -100,17 +100,21 @@ h3 a:link, h3 a:visited { color: black; }
100
100
.cm-s-default span .cm-attribute {color : # 00c ;}
101
101
102
102
# 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 ;
114
118
}
115
119
116
120
blockquote {
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments