Skip to content

Commit

Permalink
coming
Browse files Browse the repository at this point in the history
  • Loading branch information
n3k0rA committed Apr 16, 2012
1 parent 84589cf commit 096d6b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/layout.css.scss
Expand Up @@ -206,13 +206,13 @@ body {
text-align:center;
margin:0 -5px;
td{
color:white;
color:e9e6e6;
width:100px;
background-color:8c8c8c;
a {
color:e9e6e6;
color:white;
&:hover{
color:white;
color:e9e6e6;
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/reminders.html.haml
Expand Up @@ -9,7 +9,7 @@
-@events.each do |event|
#user_block
#user_block_pic
=pic = image_tag(event.pic.url(:medium), class: 'user_event_block_image', :alt =>'Event Picture')
= image_tag(event.pic.url(:medium), class: 'user_event_block_image', :alt =>'Event Picture')
#user_block_details{:style=>"width:61%;"}
.user_event_title.capital
%b
Expand Down
5 changes: 4 additions & 1 deletion public/404.html
Expand Up @@ -19,8 +19,11 @@
<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<h1>The page you were looking for doesn't exist.</h1>


<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
<p><li id="home"><a href="www.hikultura.com" class="capital">Go Back To HiKultura</a></li>
</div>
</body>
</html>

0 comments on commit 096d6b2

Please sign in to comment.