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

Unified Diff: design/header.css

Issue 8560083: adblockplusopera: Port UI code from Chrome (Closed)
Patch Set: Created Oct. 19, 2012, 4:04 p.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/footer.css ('k') | design/input.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: design/header.css
===================================================================
deleted file mode 100644
--- a/design/header.css
+++ /dev/null
@@ -1,19 +0,0 @@
-#header {
- position: fixed;
- top: 0px;
- left: 0px;
- width: 100%;
- text-align: center;
- background: -o-linear-gradient(top, 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%);
-}
-#header h1 {
- font-size: 35px;
-}
-#header h1 img {
- margin-bottom: -6px;
-}
-#header h4 {
- color: #450000;
- font-size: 14px;
- margin-top: -20px;
-}
« no previous file with comments | « design/footer.css ('k') | design/input.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld