summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index 4f36388..3f163cf 100644
--- a/style.scss
+++ b/style.scss
@@ -282,7 +282,8 @@ body {
}
//General image behaviour.
-img {
+img,
+table.img {
float: left;
vertical-align: top;
margin: 0 2em 1em 0;
@@ -432,7 +433,7 @@ th {
ul li {
@include no-bullets;
padding: 0;
- line-height: 1.5em;
+ line-height: 1.7em;
a {
font-weight: normal;
}