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

Side by Side Diff: chrome/browser/resources/shared/css/webui.css

Issue 7003007: Apply content-security-policy to the HTML options page. This is a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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
OLDNEW
1 body { 1 body {
2 background-color:white; 2 background-color:white;
3 color:black; 3 color:black;
4 margin:10px; 4 margin:10px;
5 } 5 }
6 6
7 .header { 7 .header {
8 overflow:auto; 8 overflow:auto;
9 clear:both; 9 clear:both;
10 } 10 }
(...skipping 18 matching lines...) Expand all
29 29
30 .page-navigation { 30 .page-navigation {
31 padding:8px; 31 padding:8px;
32 background-color:#ebeff9; 32 background-color:#ebeff9;
33 -webkit-margin-end:4px; 33 -webkit-margin-end:4px;
34 } 34 }
35 35
36 .footer { 36 .footer {
37 height:24px; 37 height:24px;
38 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698