-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
31 lines (26 loc) · 911 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
/*
Theme Name: Montezuma Child
Theme URI: http://www.renning.de
Description: Child Theme for Montezuma
Template: montezuma
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, gray, blue, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: montezuma
Author: Denis Renning
Author URI: http://www.renning.de
*/
/* @import url("../montezuma/style.css"); */
.sharedaddy i {
display: none !important;
}
li.reading-list-li i{
background:none !important;
}
/* override montezuma css for image gallery - tiled gallery/mouse over fix */
body.page .hentry img,
body.single .hentry img {
padding: 0px;
border: none;
}