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

Unified Diff: chromeos/docs/onc_spec.css

Issue 12255005: Adding rule frames to the ONC spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed linebreaks. Created 7 years, 10 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 | « no previous file | chromeos/docs/onc_spec.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/docs/onc_spec.css
diff --git a/chromeos/docs/onc_spec.css b/chromeos/docs/onc_spec.css
index d93cc1c9f886095048dfb247f52e9fec3451792b..8decd6e978454feee6152dd06ba1081ec891c008 100644
--- a/chromeos/docs/onc_spec.css
+++ b/chromeos/docs/onc_spec.css
@@ -27,6 +27,22 @@
margin-left: 1em;
}
+.rule {
+ display: block;
+ border-style:solid;
+ border-width:2px;
+}
+
+.rule_id {
+ background: rgb(220,220,220);
+ border-style:none solid solid none;
+ border-width:2px;
+}
+
+.rule_id:before {
+ content: "Rule ";
+}
+
.snippet {
font-family: monospace;
}
« no previous file with comments | « no previous file | chromeos/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698