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

Side by Side Diff: design/header.css

Issue 8560083: adblockplusopera: Port UI code from Chrome (Closed)
Patch Set: Created Oct. 19, 2012, 4:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « design/footer.css ('k') | design/input.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #header {
2 position: fixed;
3 top: 0px;
4 left: 0px;
5 width: 100%;
6 text-align: center;
7 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%);
8 }
9 #header h1 {
10 font-size: 35px;
11 }
12 #header h1 img {
13 margin-bottom: -6px;
14 }
15 #header h4 {
16 color: #450000;
17 font-size: 14px;
18 margin-top: -20px;
19 }
OLDNEW
« 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