diff options
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index dac27dde..a69a6540 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -599,3 +599,12 @@ table.tabular td {
padding: 0.75em;
}
+
+
+div.last-modified
+{
+ font-size: 0.8em;
+ color: #999;
+ margin-top: 5em;
+ margin-bottom: -3em;
+}
\ No newline at end of file |