Skip to content

Commit cae3e72

Browse files
author
Sashko Stubailo
committed
Remove font-awesome, fixing appcache issue
1 parent e7c4175 commit cae3e72

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

docs/.meteor/packages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ reload-safetybelt
1414
simple:markdown-templating
1515
simple:highlight.js
1616
less
17-
chrismbeckett:fontawesome4

docs/.meteor/versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ blaze@2.0.2
88
boilerplate-generator@1.0.1
99
callback-hook@1.0.1
1010
check@1.0.2
11-
chrismbeckett:fontawesome4@4.2.2
1211
coffeescript@1.0.4
1312
ctl-helper@1.0.4
1413
ctl@1.0.2

docs/client/docs.less

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,17 @@ pre {
440440
}
441441

442442
h1 {
443-
margin: 13px 0;
443+
margin: 13px auto;
444+
text-align: center;
444445
font-size: 25px;
445446
padding: 0;
446-
display: inline-block;
447+
}
448+
449+
.open-sidebar {
450+
position: absolute;
451+
left: 10px;
452+
top: 10px;
453+
font-size: 30px;
447454
}
448455
}
449456

docs/client/layout.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ <h1>
4747

4848
<template name="topBar">
4949
<div class="top-bar">
50-
<i class="open-sidebar fa fa-bars"></i>
51-
<h1>Meteor 1.0 Docs</h1>
50+
<div class="open-sidebar">&#9776;</div>
51+
<h1>
52+
Meteor 1.0 Docs
53+
</h1>
5254
</div>
5355
</template>
5456

0 commit comments

Comments
 (0)