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

Side by Side Diff: LayoutTests/inspector/elements/styles/resources/styles-update-links.css

Issue 368013002: DevTools: [CSS] fix style ranges updating (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | LayoutTests/inspector/elements/styles/resources/styles-update-links-2.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .left-intact { 1 .left-intact {
2 box-sizing: border-box; 2 box-sizing: border-box;
3 } 3 }
4 .left-intact { 4 .left-intact {
5 padding: 1em; 5 padding: 1em;
6 } .should-change { 6 } .should-change {
7 color: red; } .should-change { border: 1px solid black; } .should-change { p osition: relative; 7 color: red; } .should-change { border: 1px solid black; } .should-change { p osition: relative;
8 margin: 1em; 8 margin: 1em;
9 } 9 }
10 @media (min-device-width: 1px) { 10 @media (min-device-width: 1px) {
11 .should-change { 11 .should-change {
12 font-family: monospace; 12 font-family: monospace;
13 } 13 }
14 } 14 }
15
16 /**
17 * Make sure to update styles-update-links-2.css on any change
18 * to lines count of this file.
19 */
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles/resources/styles-update-links-2.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698