new logo
This commit is contained in:
app/views
public
admin
css
fonts
leanote-font2
leanote-font3
leanote
images
favicon.ico
logo
READMEleanote-blue.pngleanote-old.pngleanote.pngleanote_black.pngleanote_green.pngleanote_icon_blue-old.pngleanote_icon_blue.pngleanote_white.png
themes
member
@ -35,23 +35,16 @@ function log(o) {
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<body class="lang-{{$.locale}}">
|
||||
<div id="page">
|
||||
<div id="pageInner">
|
||||
<!-- 头部 -->
|
||||
<!-- <div id="headerContainer"> -->
|
||||
<div id="header">
|
||||
<!--
|
||||
<div id="headerLeft" class="pull-left">
|
||||
</div>
|
||||
-->
|
||||
<div id="logo" class="pull-left">
|
||||
<!--<span>lea</span>note -->
|
||||
<!--<img style="height: 45px;" src="/images/logo/leanote_white.png" title="leanote, 不一样的笔记" alt="leanote">-->
|
||||
</div>
|
||||
<a id="logo" href="/" title="Leanote {{msg . "home"}}" class="pull-left"></a>
|
||||
<div id="switcher" class="pull-left">
|
||||
<i class="fa fa-align-justify" id="leftSwitcher" title="{{msg . "leftHidden"}}"></i>
|
||||
<span id="leftSwitcher2" title="{{msg . "leftShow"}}"></span>
|
||||
<i class="fa fa-dedent" id="leftSwitcher" title="{{msg . "leftHidden"}}"></i>
|
||||
<span id="leftSwitcher2" class="fa fa-indent" title="{{msg . "leftShow"}}"></span>
|
||||
</div>
|
||||
<!-- search -->
|
||||
<div class="pull-left" id="searchWrap">
|
||||
|
Reference in New Issue
Block a user