File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -230,3 +230,8 @@ p.modal-message {
230
230
.info-link {
231
231
color : # 34EFBB ;
232
232
}
233
+
234
+ .gitter-chat-embed {
235
+ /*XXX:HACK to get the chat to show up over the header bar*/
236
+ z-index : 5000 important!;
237
+ }
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css " />
14
14
< link rel ="stylesheet " href ="/css/site.css " />
15
15
< link rel ="stylesheet " href ="//ui-grid.info/release/ui-grid-unstable.min.css " />
16
+ < script >
17
+ ( ( window . gitter = { } ) . chat = { } ) . options = {
18
+ room : 'angular-ui/ui-grid'
19
+ } ;
20
+ </ script >
21
+ < script src ="https://sidecar.gitter.im/dist/sidecar.v1.js " async defer > </ script >
16
22
</ head >
17
23
< body >
18
24
52
58
</ div > <!-- /.navbar-collapse -->
53
59
</ div > <!-- /.container-fluid -->
54
60
</ nav >
55
-
61
+ < div class =" main-content " >
56
62
< div class ="intro ">
57
63
< div class ="jumbotron ">
58
64
< div class ="description ">
You can’t perform that action at this time.
0 commit comments