Skip to content

Commit a8d36a3

Browse files
committed
up footer opacity
1 parent 24c7747 commit a8d36a3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

public/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ input { border: 1px solid #777; box-shadow: inset 0 1px
2121
background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%);
2222
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
2323
}
24-
#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; }
25-
#footer a { vertical-align: top; }
24+
#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; }
25+
#footer a { vertical-align: top; color: #fff; }
2626
.clr { overflow: hidden; }
2727

2828
.preview_and_configuration { float: left; width: 395px; }

public/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ <h2>Arrow configuration</h2>
5656

5757
</div>
5858

59-
60-
6159
<footer id='footer'>
6260
&copy; 2012 By <a href='http://icreateui.com'>Simon Højberg</a>
6361
&middot;

0 commit comments

Comments
 (0)