diff options
Diffstat (limited to 'demos/blog-tutorial/themes')
-rw-r--r-- | demos/blog-tutorial/themes/PradoSoft/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/demos/blog-tutorial/themes/PradoSoft/style.css b/demos/blog-tutorial/themes/PradoSoft/style.css index ddfc7622..c9391df5 100644 --- a/demos/blog-tutorial/themes/PradoSoft/style.css +++ b/demos/blog-tutorial/themes/PradoSoft/style.css @@ -21,14 +21,14 @@ h1, h2, h3, h4 margin-bottom: 0;
}
-h1, h2
+h1
{
padding-bottom: 3px;
border-bottom: 1px solid #ccc;
}
h1 {
- font-size:13pt;
+ font-size:14pt;
}
h2 {
@@ -657,4 +657,14 @@ div.last-modified {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
+}
+
+img.output
+{
+ padding: 0.5em;
+ border-style:solid;
+ border-width:1px;
+ border-color:#eeeeee;
+ background-color:#ffffee;
+ margin: 0.2em;
}
\ No newline at end of file |