Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed Jan 27, 2011
1 parent 0e7e3ca commit 2a09d52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Content/css/style.css
Expand Up @@ -522,6 +522,10 @@ footer #html5_logo {
margin-bottom: 20px;
}

.emph {
color: #111;
}

@media print {
* { background: transparent !important; color: #444 !important; text-shadow: none; }

Expand Down
4 changes: 2 additions & 2 deletions Content/html/sign.html
Expand Up @@ -33,8 +33,8 @@ <h2>Quick picture uploading for the rest of us</h2>
<div id="main">
<div id="maincolumn">
<p><a href="/DoLogin"><img src="/Content/img/sign-in-with-twitter-l-sm.png"></a></p>
<p style="font-size: 120%;">You have hit Apachaï, a free and opensource picture hosting service with linkage to Twitter.</p>
<p>For more details hit the 'About' link at the bottom or to start right away click on the sign image below.</p>
<p style="font-size: 120%;">You have hit <span class="emph">Apachaï</span>, a free and opensource picture hosting service with linkage to Twitter.</p>
<p>For more details hit the <span class="emph">About</span> link in the footer or to start right away click on the <span class="emph">Sign in</span> image above.</p>
<div class="hidden" id="warn" style="font-weight: bold; padding: 1em 0 1em 0;">Clicked too fast and meant to see <a href="#" id="url">an actual picture</a>?</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions sign.html.tpl
@@ -1,8 +1,8 @@
{{body}}
<div id="maincolumn">
<p><a href="/DoLogin"><img src="/Content/img/sign-in-with-twitter-l-sm.png"></a></p>
<p style="font-size: 120%;">You have hit Apachaï, a free and opensource picture hosting service with linkage to Twitter.</p>
<p>For more details hit the 'About' link at the bottom or to start right away click on the sign image below.</p>
<p style="font-size: 120%;">You have hit <span class="emph">Apachaï</span>, a free and opensource picture hosting service with linkage to Twitter.</p>
<p>For more details hit the <span class="emph">About</span> link in the footer or to start right away click on the <span class="emph">Sign in</span> image above.</p>
<div class="hidden" id="warn" style="font-weight: bold; padding: 1em 0 1em 0;">Clicked too fast and meant to see <a href="#" id="url">an actual picture</a>?</div>
</div>
{{body}}
Expand Down

0 comments on commit 2a09d52

Please sign in to comment.