Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cleitonfco committed Aug 20, 2010
1 parent c6c9292 commit 7b12718
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ header h1 {
margin:-18px 0 110px;
text-shadow:0 2px 2px #000;
}
.warning {
text-align:left;
width:1000px;
font-size:2em;
line-height:1.4em;
margin:0 auto 1em;
}
#calculate a {
background:url("/images/dual-color.gif") repeat-x scroll left center transparent;
border:1px solid #1D515E;
Expand Down
4 changes: 3 additions & 1 deletion views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@

<section id="content">
<h1><%= r18n.index.title %></h1>
<p id="calculate"><a href="/connect"><%= r18n.index.button %></a></p>
<p class="warning">Twifakes is an entertainment application, is hosted on the Heroku (free) and do not use any database or other storage.</p>
<p class="warning">Twifakes is temporarily offline, but we are trying to return as soon as possible.</p>
<!--p id="calculate"><a href="/connect"><%= r18n.index.button %></a></p-->
</section>

<div id="stick"></div>
Expand Down

0 comments on commit 7b12718

Please sign in to comment.