From cdd1e19464c791902f84fefa8db829a9cd479591 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 18 Jan 2015 15:01:50 -0500 Subject: [PATCH] minor changes --- src/_locales/en/messages.json | 6 +++--- src/css/dyna-rules.css | 5 +++++ src/dyna-rules.html | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 60f463d0b..706ee92d8 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -351,12 +351,12 @@ "message": "my-ublock-dynamic-rules_{{datetime}}.txt", "description": "default file name to use" }, - "dynaRulesHint": { + "rulesHint": { "message": "List of your dynamic filtering rules.", "description": "English: List of your dynamic filtering rules." }, - "dynaRulesFormatHint": { - "message": "Rule syntax: source destination type action (full documentation).", + "rulesFormatHint": { + "message": "Rule syntax: source destination type action<\/code> (full documentation<\/a>).", "description": "English: dynamic rule syntax and full documentation." }, "whitelistPrompt":{ diff --git a/src/css/dyna-rules.css b/src/css/dyna-rules.css index 5273afe1d..2a3a134e5 100644 --- a/src/css/dyna-rules.css +++ b/src/css/dyna-rules.css @@ -11,3 +11,8 @@ div > p:last-child { white-space: pre; text-align: left; } +code { + background-color: #eee; + font: 11px monospace; + padding: 2px 4px; +} \ No newline at end of file diff --git a/src/dyna-rules.html b/src/dyna-rules.html index 43620524f..0f161ca04 100644 --- a/src/dyna-rules.html +++ b/src/dyna-rules.html @@ -11,8 +11,8 @@
-

-

+

+