Skip to content

Commit

Permalink
Changing font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Mejía-Posada committed Nov 18, 2009
1 parent 432e9e4 commit 35d814f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
<%= yield %>
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<%= javascript_include_tag "application.js" %>
<div id="ie_hack"></div>
</body>
</html>
5 changes: 5 additions & 0 deletions public/stylesheets/ariza.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ input{
padding: 2px 15px 3px 15px;
text-align: center;
}

.ie_hack{
height: 1px;
margin-bottom: 20px;
}

0 comments on commit 35d814f

Please sign in to comment.