Remove font-awesome, fixing appcache issue

This commit is contained in:
Sashko Stubailo
2014-10-26 22:01:32 -07:00
parent 3165e792f0
commit eeeaa63629
4 changed files with 13 additions and 6 deletions

View File

@@ -14,4 +14,3 @@ reload-safetybelt
simple:markdown-templating
simple:highlight.js
less
chrismbeckett:fontawesome4

View File

@@ -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

View File

@@ -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;
}
}

View File

@@ -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">&#9776;</div>
<h1>
Meteor 1.0 Docs
</h1>
</div>
</template>