forked from mirror/_s
_s: removing the temporary margin on the body element
This commit is contained in:
parent
9ce5deb7af
commit
b17f2285d4
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: _s
|
Theme Name: _s
|
||||||
Theme URI: http://wpcom-themes.svn.automattic.com/_s/
|
Theme URI: http://wpcom-themes.svn.automattic.com/_s
|
||||||
Author: Automattic
|
Author: Automattic
|
||||||
Author URI: http://automattic.com/
|
Author URI: http://automattic.com/
|
||||||
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
|
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
|
||||||
|
@ -105,7 +105,6 @@ textarea {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
body {margin:1.5em;}/*temporary*/
|
|
||||||
|
|
||||||
/* Headings */
|
/* Headings */
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
|
|
Reference in New Issue