Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIO-3: Convert a pixel count to ems; Fix size of titles on index p…
Browse files Browse the repository at this point in the history
…age.
  • Loading branch information
acheetham committed Dec 5, 2011
1 parent a88f077 commit 569d02d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wp-content/themes/fluid-studios/style.css
Expand Up @@ -108,6 +108,7 @@ body.home h2.entry-title,body.blog h1.entry-title,body.single h1.entry-title,bod
}
.entry-title {
font-family: Arial, sans-serif;
font-size: 1em;
border:0;
color: #CCCC00;
}
Expand Down Expand Up @@ -299,7 +300,7 @@ input#s{
color: #FFFFFF;
}
.fs-back-link {
background-position: 7px center;
background-position: 0.4375em center; /* 7 / 16 */
background-repeat: no-repeat;
background-color: white;
border-top-left-radius: 5px;
Expand Down

0 comments on commit 569d02d

Please sign in to comment.