forked from wezm/wezm.net
Scope some selectors to content area
This commit is contained in:
parent
f50c25475e
commit
1064eea725
1 changed files with 8 additions and 8 deletions
|
@ -287,18 +287,18 @@ ul.inline li:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Extra parts on post page */
|
/* Extra parts on post page */
|
||||||
.respond {
|
#content .respond {
|
||||||
/* border-top: 1px solid #999;*/
|
margin-top: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
.respond h2 {
|
#content .respond h2 {
|
||||||
padding-left: 42px;
|
padding-left: 42px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
background: url(/images/comment32.png) no-repeat top left;
|
background: url(/images/comment32.png) no-repeat top left;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.published {
|
#content .published {
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
||||||
color: #999;
|
color: #999;
|
||||||
/* margin-top: -3px;*/
|
/* margin-top: -3px;*/
|
||||||
|
@ -307,19 +307,19 @@ ul.inline li:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Wordpress element alignment classes */
|
/* Wordpress element alignment classes */
|
||||||
.alignleft, img.alignleft {
|
#content .alignleft, img.alignleft {
|
||||||
float:left;
|
float:left;
|
||||||
margin:5px 10px 5px 0;
|
margin:5px 10px 5px 0;
|
||||||
}
|
}
|
||||||
.alignright, img.alignright {
|
#content .alignright, img.alignright {
|
||||||
float:right;
|
float:right;
|
||||||
margin:5px 0 5px 10px;
|
margin:5px 0 5px 10px;
|
||||||
}
|
}
|
||||||
.aligncenter, div.aligncenter, img.aligncenter {
|
#content .aligncenter, div.aligncenter, img.aligncenter {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
display:block;
|
display:block;
|
||||||
margin:10px auto;
|
margin:10px auto;
|
||||||
}
|
}
|
||||||
.clear {
|
#content .clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue