Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: design/footer.css

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « design/default.css ('k') | design/header.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: design/footer.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/design/footer.css
@@ -0,0 +1,8 @@
+#footer {
+ position: fixed;
+ bottom: 0px;
+ left: 0px;
+ width: 100%;
+ min-height: 10%;
+ background: -o-linear-gradient(bottom, rgba(155,155,155,1) 0%, rgba(205,205,205,1) 50%, rgba(215,215,215,0.75) 70%, rgba(255,255,255,0) 100%); /*Update like header*/
+}
« no previous file with comments | « design/default.css ('k') | design/header.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld