Vanessa
2017-09-21 21:59:51 +08:00
parent 3f984f6f94
commit 239c9a5ef2
48 changed files with 161 additions and 53 deletions

View File

@@ -19,7 +19,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.1.1, Oct 13, 2016
* @version 1.2.0.0, Sep 21, 2017
*/
/* start reset */
html {
@@ -775,6 +775,13 @@ pre code, pre tt {
color: #fff;
}
.nav .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 3px 4px 0 0;
}
body.nav-closed .nav {
-webkit-transform: translate3D(97px, 0, 0);
-ms-transform: translate3D(97px, 0, 0);
@@ -1367,10 +1374,6 @@ ul.comments {
background-color: transparent;
}
.nav-opened .menu-button {
display: none;
}
.post-author {
width: 40px;
height: 40px;

File diff suppressed because one or more lines are too long