summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1b6a37a..40eee45 100644
--- a/style.css
+++ b/style.css
@@ -69,6 +69,7 @@ pre {
p img, li img, h1 img, h2 img, h3 img, h4 img {
vertical-align: middle ;
max-width: 1em;
+ max-height: 1em;
border: none ;
display: inline ;
}
@@ -79,6 +80,10 @@ img {
display: block ;
border: solid 5px beige ;
}
+.titleimg {
+ border: none ;
+ height: 150px ;
+}
strong {
color: orange ;
}