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

Unified Diff: src/site/scss/_syntax.scss

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/scss/_subnav.scss ('k') | src/site/scss/style.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/scss/_syntax.scss
diff --git a/src/site/css/syntax.css b/src/site/scss/_syntax.scss
similarity index 98%
rename from src/site/css/syntax.css
rename to src/site/scss/_syntax.scss
index 3815d03aacee1f03ffd559a830afdc2dddbe1845..ef1e5e9059522403eeb2ca4238a649d3a330d340 100644
--- a/src/site/css/syntax.css
+++ b/src/site/scss/_syntax.scss
@@ -1,6 +1,6 @@
.highlight { background: #F0F0F0; border-radius: 5px; margin-bottom: 1em;}
-.bad .highlight {
+div.bad div.highlight pre {
border-radius: 5px;
background-image: linear-gradient(bottom, rgb(255,242,242) 16%, rgb(255,204,204) 86%);
@@ -18,7 +18,7 @@
);
}
-.good .highlight {
+div.good div.highlight pre {
border-radius: 5px;
background-image: linear-gradient(bottom, rgb(243,255,240) 16%, rgb(213,255,204) 86%);
@@ -44,6 +44,7 @@
.bad .highlight pre:before {
content: "bad";
+ color: red;
float: right;
}
« no previous file with comments | « src/site/scss/_subnav.scss ('k') | src/site/scss/style.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698