From 39446f979b52dd0acd75d5d243f352397a0410f6 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 7 Apr 2007 10:35:16 +0000 Subject: add TClientScriptLoader quickstart docs. --- demos/quickstart/themes/PradoSoft/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'demos/quickstart/themes/PradoSoft/style.css') diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index ddfc7622..468d1386 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -657,4 +657,21 @@ div.last-modified { border-left: 1px solid #ccc; border-right: 1px solid #ccc; +} + +p.since-version, p.requires-version +{ + border: 1px solid #ccf; + padding: 0.8em 0.8em 0.8em 35px; + background-repeat: no-repeat; + background-position: 10px 50%; + background-image: url(sitemap_color.gif); + background-color: #efe; +} + +p.requires-version +{ + background-image: url(flag_red.gif); + border-color: pink; + background-color: #ffe9e9; } \ No newline at end of file -- cgit v1.2.3