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

Side by Side Diff: design/copyright.css

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 2, 2012, 1:15 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
OLDNEW
(Empty)
1 #copyright {
2 z-index: 2;
3 position:fixed;
4 margin: 0px;
5 padding: 3px 3px 2px 4px; /*top, right, bottom, left*/
6 bottom: 0px;
7 right: 0px;
8 background: -o-linear-gradient(left, rgba(240, 240, 240, 0.7), rgba(210, 210, 210, 1));
9 text-shadow: 1px 1px 2px #FFFFFF;
10 font-size: 0.75em;
11 border-top-left-radius: 5px;
12 }
13 #copyright a {
14 color: black;
15 text-decoration: none;
16 }
17 #copyright a:visited {
18 color: black;
19 }
20 #copyright a:hover {
21 text-decoration: underline;
22 }
OLDNEW
« no previous file with comments | « config.xml ('k') | design/default.css » ('j') | files/background.js » ('J')

Powered by Google App Engine
This is Rietveld