Skip to content

Commit

Permalink
Minor cross browser style updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittTheIsh committed Jun 10, 2011
1 parent 148f461 commit 95f4bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -16,7 +16,7 @@
<div id="all">
<div id="header">
<div id="logo"></div>
<h1><span class="intro">Getting Things Done</span> with <span class="branding">Engine Yard AppCloud</span></h1>
<h1><span class="intro">Getting Things Done</span> deployed on <span class="branding">Engine Yard AppCloud</span></h1>
<p class="sample">Sample Deployment Application</p>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/core.css
Expand Up @@ -27,7 +27,7 @@ h2 {font-size:18px;}

#tabs div.split-fields div.field input {width:100%; font-size:16px; padding:4px; border:2px solid #def0fc; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; background:#def0fc;}
#tabs div.split-fields div.field input:focus {background:#FFF;}
#tabs div.split-fields div.button input {border:2px solid #80b2d3; border-radius:4px; background:#fff; color:#80b2d3; line-height:23px; cursor:pointer; text-align:center; width:98%;}
#tabs div.split-fields div.button input {border:2px solid #80b2d3; border-radius:4px; background:#fff; color:#80b2d3; line-height:23px; height:34px; cursor:pointer; text-align:center; width:98%;}
#tabs div.split-fields div.button input:hover { color:#000; border-color:#500;}

#tabs p.delete-list {margin:0; padding:0; overflow:auto; margin-top:18px; font-size:11px;}
Expand Down

0 comments on commit 95f4bf1

Please sign in to comment.