-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
32 lines (29 loc) · 946 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
Theme Name: OnePress Child
Theme URI: http://inductor.me
Description: OnePress Child Theme
Author: inductor
Author URI: http://inductor.me
Template: onepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: onepress-child
*/
.footer-menu-container { display: block; width:100%; margin-bottom: 12px; }
.footer-menu-container ul { display: inline; padding-left: 0px; }
.footer-menu-container li { list-style-type: none; display: inline; }
.footer-menu-container li:before {
content: "\007C";
font-family: FontAwesome;
margin-left: 6px;
margin-right: 8px;
}
.footer-menu-container li:first-of-type:before {
content: none;
margin-right: 0;
}
.footer-menu-container li:last-of-type {
margin-right: 0;
}