Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
styling search form and unifying htags
Browse files Browse the repository at this point in the history
adding margin to search form in search results
all htags (h1, h2 etc) are not bold now. Users can add bold styles in the child theme
  • Loading branch information
slambert committed Jun 12, 2011
1 parent 9e32de4 commit 3a499dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion style.css
Expand Up @@ -49,6 +49,8 @@ h1,h2,h3,h4,h5,h6,fieldset{
margin:0;
padding:0;
clear:both;
font-weight: normal;
font-style: normal;
}
h1{ /*font-size: ($WPFolio_headline_size)*/ }
h1,h2,h3 { /*color: (WPFolio_highlight_color)*/ }
Expand All @@ -70,9 +72,10 @@ h5{
letter-spacing: .1em;
padding: .2em 0em;
}
h2.pagetitle{
h2.pagetitle, h2.pagetitle a{
text-transform: uppercase;
text-align: center;
font-weight: normal;
}
.home h2.pagetitle{display: none;}
/* @end */
Expand Down Expand Up @@ -555,6 +558,10 @@ form {
margin: 0;
padding: 0;
}

.notable #searchform {
margin: 12px 0;
}
.post-bottom-title{
margin: 5px 30px 0px;
text-align: center;
Expand Down

0 comments on commit 3a499dc

Please sign in to comment.