Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: chrome/browser/resources/new_incognito_tab_theme.css

Issue 202056: Make themes in the incognito NTP which are bottom-aligned attach to the botto... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 html { 1 html {
2 background-image:url(chrome://theme/theme_ntp_background?$1); 2 background-image: url(chrome://theme/theme_ntp_background?$1);
3 background-color:$2; 3 background-color: $2;
4 background-position:$3; 4 background-position: $3;
5 background-repeat:$5; 5 background-repeat: $5;
6 overflow:hidden; 6 height: 100%;
7 overflow: auto;
8 background-attachment: fixed;
7 } 9 }
8 10
9 html[bookmarkbarattached='true'] { 11 html[bookmarkbarattached='true'] {
10 background-position:$4; 12 background-position: $4;
11 } 13 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698