-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (81 loc) · 1.44 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/*
Theme Name: Twenty Twelve Template
Theme URI: http://www.itergator.com/websites/twentytwelvetemplate
Author: L Hughes
Author URI: http://www.itergator.com
Description: Twenty twelve template removing spacing for use with other Wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: response, public house, hughes leisure, hughes
Text Domain: twentytwelvetemplate
Template: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("../twentytwelve/style.css");
/*
HEADER
*/
/* remove header margin */
header#masthead.site-header{
margin: 0;
padding: 0;
}
/* remove site margin */
body .site{
margin: 0 auto;
padding:0;
}
/* put site in middle, change max size of site */
.site {
margin: 0 auto;
}
/* change alignment and width of navigation */
.main-navigation{
margin: 0;
}
/*
site content
*/
.site-content{
margin: 0;
padding:0;
}
.entry-header{
margin: 0;
padding: 0;
}
.site-content article{
padding: 0;
margin: 0;
border: none;
}
/*
footer
*/
footer.entry-meta{
padding: 0;
margin: 0;
}
footer{
padding: 0;
margin: 0;
border: none;
}
#colophon{
margin: 0;
padding: 0;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
margin: 0;
}
br{
display: none;
}
footer[role="contentinfo"] {
border-top:none;
}