mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove font-awesome, fixing appcache issue
This commit is contained in:
@@ -14,4 +14,3 @@ reload-safetybelt
|
||||
simple:markdown-templating
|
||||
simple:highlight.js
|
||||
less
|
||||
chrismbeckett:fontawesome4
|
||||
|
||||
@@ -8,7 +8,6 @@ blaze@2.0.2
|
||||
boilerplate-generator@1.0.1
|
||||
callback-hook@1.0.1
|
||||
check@1.0.2
|
||||
chrismbeckett:fontawesome4@4.2.2
|
||||
coffeescript@1.0.4
|
||||
ctl-helper@1.0.4
|
||||
ctl@1.0.2
|
||||
|
||||
@@ -440,10 +440,17 @@ pre {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 13px 0;
|
||||
margin: 13px auto;
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.open-sidebar {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -47,8 +47,10 @@
|
||||
|
||||
<template name="topBar">
|
||||
<div class="top-bar">
|
||||
<i class="open-sidebar fa fa-bars"></i>
|
||||
<h1>Meteor 1.0 Docs</h1>
|
||||
<div class="open-sidebar">☰</div>
|
||||
<h1>
|
||||
Meteor 1.0 Docs
|
||||
</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user