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

Commit

Permalink
Use text-transform rather than uppercased copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Jan 7, 2010
1 parent ce9399c commit 3f37ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/docs/css/base.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ header span[lang="en"] {
font-size: 0.8em; font-size: 0.8em;
font-family: "M+2 Light", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; font-family: "M+2 Light", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
font-weight: 300; font-weight: 300;
text-transform: uppercase;
} }
header a { header a {
text-decoration: none; text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion public/docs/css/base.less
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ header {


span { display: block; } span { display: block; }
span[lang="ja"] { font-size: 1.5em; font-family: "M+1 Heavy", "Helvetica", "Arial", "sans-serif"; font-weight: 700; } span[lang="ja"] { font-size: 1.5em; font-family: "M+1 Heavy", "Helvetica", "Arial", "sans-serif"; font-weight: 700; }
span[lang="en"] { font-size: 0.8em; font-family: "M+2 Light", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; font-weight: 300; } span[lang="en"] { font-size: 0.8em; font-family: "M+2 Light", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; font-weight: 300; text-transform: uppercase; }
a { text-decoration: none; color: white; position: absolute; margin: 20px 0 0 25px; } a { text-decoration: none; color: white; position: absolute; margin: 20px 0 0 25px; }
#logo { width: 145px; height: 145px; -moz-border-radius: 72px; -webkit-border-radius: 72px; border-radius: 72px; background-color: black; position: relative; margin: 0 auto; } #logo { width: 145px; height: 145px; -moz-border-radius: 72px; -webkit-border-radius: 72px; border-radius: 72px; background-color: black; position: relative; margin: 0 auto; }
} }
Expand Down
2 changes: 1 addition & 1 deletion templates/shared/header.mustache
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1 id="logo"> <h1 id="logo">
<a href="/" rel="home"> <a href="/" rel="home">
<span lang="ja">盆栽</span> <span lang="ja">盆栽</span>
<span lang="en">BONSAI</span> <span lang="en">Bonsai</span>
</a> </a>
</h1> </h1>
</header> </header>

0 comments on commit 3f37ce5

Please sign in to comment.