diff options
Diffstat (limited to 'demos/quickstart/themes/PradoSoft/style.css')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
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 |