diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-11-18 00:11:56 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-11-18 00:11:56 +0100 |
commit | acd593f628ff54b0d176c7bfe1385f44f97e5f08 (patch) | |
tree | d2a8fa2a8cb35d19922a35b372f0046fbd3cc5c7 | |
parent | 6d0c347997f8858351536bfe2229505c31619940 (diff) | |
download | trivium-acd593f628ff54b0d176c7bfe1385f44f97e5f08.tar.gz trivium-acd593f628ff54b0d176c7bfe1385f44f97e5f08.tar.xz trivium-acd593f628ff54b0d176c7bfe1385f44f97e5f08.zip |
Add photo margin
-rw-r--r-- | data/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css index b735ad4..f5bf0d7 100644 --- a/data/style.css +++ b/data/style.css @@ -146,6 +146,10 @@ img.inline-math { margin: 8px 0 0 0; } +.photo img { + margin: 8px 0 0 0; +} + .nav { font-size: 12px; |