Skip to content

Commit

Permalink
up footer opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Apr 11, 2012
1 parent 24c7747 commit a8d36a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css
Expand Up @@ -21,8 +21,8 @@ input { border: 1px solid #777; box-shadow: inset 0 1px
background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#footer { text-align: center; padding-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.5); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border-top: 1px solid rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2); vertical-align: top; }
#footer a { vertical-align: top; }
#footer { text-align: center; padding-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.7); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border-top: 1px solid rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2); vertical-align: top; }
#footer a { vertical-align: top; color: #fff; }
.clr { overflow: hidden; }

.preview_and_configuration { float: left; width: 395px; }
Expand Down
2 changes: 0 additions & 2 deletions public/index.html
Expand Up @@ -56,8 +56,6 @@ <h2>Arrow configuration</h2>

</div>



<footer id='footer'>
&copy; 2012 By <a href='http://icreateui.com'>Simon Højberg</a>
&middot;
Expand Down

0 comments on commit a8d36a3

Please sign in to comment.