summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index b351dc4..40eee45 100644
--- a/style.css
+++ b/style.css
@@ -64,9 +64,12 @@ pre {
margin: auto ;
}
+.wide { max-width: inherit ; }
+
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 ;
}
@@ -77,6 +80,10 @@ img {
display: block ;
border: solid 5px beige ;
}
+.titleimg {
+ border: none ;
+ height: 150px ;
+}
strong {
color: orange ;
}