Project

General

Profile

Feature #2301 » style.css

Matt Gold, 2012-11-27 02:28 AM

 
1
/*
2
Theme Name:     Twenty Twelve JP365
3
Theme URI:      http://example.com/
4
Description:    Twenty Twelve child theme with a few tweaks - most notably, with the menu below the header image
5
Author:         Matthew K. Gold
6
Author URI:     http://mgkold.com
7
Template:       twentytwelve
8
Version:        0.1.0
9
*/
10

    
11
@import url("../twentytwelve/style.css");
12

    
13
.entry-content img,
14
.comment-content img,
15
.widget img,
16
img.header-image,
17
img.wp-post-image {
18
    border-radius:0;
19
    box-shadow:0 0 0 rgba(0,0,0,0);
20
}
21

    
22
.main-navigation ul.nav-menu,
23
.main-navigation div.nav-menu > ul {
24
	border-bottom:0;
25
	border-top:0;
26
}
27

    
(4-4/4)