add user guide link
This commit is contained in:
parent
e94eb2edfd
commit
11b54fe892
@ -217,6 +217,15 @@ body, html {
|
||||
color: #333
|
||||
}
|
||||
|
||||
.userguide {
|
||||
position: absolute;
|
||||
color: #FFF;
|
||||
right: 2px;
|
||||
top: 24px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
// modal
|
||||
|
||||
.modal {
|
||||
|
@ -63,6 +63,10 @@
|
||||
.i-ico('\e01e');
|
||||
}
|
||||
|
||||
.i-help {
|
||||
.i-ico('\e016');
|
||||
}
|
||||
|
||||
// 编辑器按钮组
|
||||
.i-new {
|
||||
.i-ico('\e019');
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Binary file not shown.
Binary file not shown.
@ -78,7 +78,9 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a class="ico i-github forkme" href="https://github.com/ecomfe/fonteditor" target="_blank">Fork me on Github</a>
|
||||
<a class="ico i-help userguide" href="./doc/index.html" target="_blank">帮助</a>
|
||||
</section>
|
||||
|
||||
<section class="sidebar">
|
||||
|
Loading…
x
Reference in New Issue
Block a user