File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
< md-toolbar class ="main-toolbar md-primary ">
2
- < a href ="" class ="logo-link "> < img src ="assets/images/logo.png " class ="logo "> </ a >
2
+ < a href ="" class ="logo-link "> < img src ="assets/images/logo-large .png " class ="logo "> </ a >
3
3
4
4
< button md-icon-button class ="nav-toggle ">
5
5
< i class ="material-icons "> menu</ i >
21
21
< a href ="meteor-rxjs ">
22
22
< button md-button > Meteor+RxJS</ button >
23
23
</ a >
24
- < a target ="_blank " href ="https://github.com/Urigo/angular-meteor ">
25
- < button md-button > < md-icon fontSet ="fa " fontIcon ="fa-github "> </ md-icon > GitHub</ button >
26
- </ a >
27
24
</ div >
28
25
< div class ="secondary-nav ">
29
26
< a target ="_blank "
Original file line number Diff line number Diff line change 92
92
top : 0 ;
93
93
left : 0 ;
94
94
right : 0 ;
95
- padding : 1 rem ;
95
+ padding : 0 ;
96
96
background : #f6f6f6 !important ;
97
97
overflow : hidden ;
98
98
z-index : 500 ;
111
111
}
112
112
113
113
.nav-links {
114
+ padding-right : 120px ;
115
+
114
116
a {
115
117
padding : 5px 0 ;
116
118
border-radius : 3px ;
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ $fa-font-path: "assets/fonts";
18
18
@import " ../../../node_modules/font-awesome/scss/icons" ;
19
19
@import " ../../../node_modules/font-awesome/scss/screen-reader" ;
20
20
21
+ html {
22
+ overflow : hidden ;
23
+ height : 100% ;
24
+ }
21
25
22
26
body {
23
27
margin : 0 ;
26
30
font-size : 16px ;
27
31
font-weight : 300 ;
28
32
line-height : 1.6 ;
33
+ height : 100% ;
34
+ overflow : auto ;
29
35
}
30
36
31
37
h1 , h2 {
Original file line number Diff line number Diff line change 104
104
</ head >
105
105
106
106
< body style ="display: none; ">
107
+ < a href ="https://github.com/urigo/angular-meteor/ "> < img style ="position: fixed; top: 0; right: 0; border: 0; z-index: 2000; " src ="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png "> </ a >
108
+
107
109
< app > </ app >
108
110
109
111
<!-- Google Tag Manager -->
You can’t perform that action at this time.
0 commit comments