This commit is contained in:
18
owmx-3.0/css/base.css
Normal file
18
owmx-3.0/css/base.css
Normal file
File diff suppressed because one or more lines are too long
@@ -29,8 +29,30 @@ Update: Dongxu Wang 2011-02-24
|
||||
/*
|
||||
* skin owmx-3.0 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";
|
||||
.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.clear:before,
|
||||
.clear:after {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
}
|
||||
.none {
|
||||
display: none;
|
||||
}
|
||||
/* Reset */
|
||||
header, footer, article, nav, section, aside, time, hgroup {
|
||||
display : block;
|
18
owmx-3.0/css/owmx-3.0.min.css
vendored
18
owmx-3.0/css/owmx-3.0.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user