This commit is contained in:
18
i-nove/css/base.css
Normal file
18
i-nove/css/base.css
Normal file
File diff suppressed because one or more lines are too long
@@ -20,8 +20,32 @@
|
||||
* skin i-nove style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 1.1.0.0, Sep 21 2017
|
||||
*/
|
||||
* @version 2.0.0.0, Feb 21, 2019
|
||||
*/
|
||||
|
||||
@import "../../../scss/reset-content";
|
||||
@import "../../../scss/reset";
|
||||
.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.clear:before,
|
||||
.clear:after {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.none {
|
||||
display: none;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
@@ -108,6 +132,9 @@ h5 {
|
||||
#header-navi {
|
||||
background: none repeat scroll 0 0 #FFFFFF;
|
||||
border-bottom: 1px solid #A6A6A6;
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
#header-navi li {
|
||||
float: left;
|
||||
@@ -227,7 +254,7 @@ h5 {
|
||||
.article-browserIcon {
|
||||
background-position: 0 -480px;
|
||||
}
|
||||
.article-body {
|
||||
.content-reset {
|
||||
line-height: 145%;
|
||||
padding: 5px 0 0 5px;
|
||||
}
|
18
i-nove/css/i-nove.min.css
vendored
18
i-nove/css/i-nove.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user