diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-21 00:45:10 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-21 00:45:10 -0500 |
commit | 984f2ab952cb97990fc0d2460c2e335127a73491 (patch) | |
tree | ba3820cea851d3ee2dc21c372386ec3f7ccfc945 /themes/actiontabs | |
parent | 9f025a7ac0769d9bd6e2a24e46f4a2bd82194e48 (diff) | |
download | ikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar ikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar.gz |
Style enclosures like content.
Diffstat (limited to 'themes/actiontabs')
-rw-r--r-- | themes/actiontabs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css index f6cb5c04e..d4afc0915 100644 --- a/themes/actiontabs/style.css +++ b/themes/actiontabs/style.css @@ -76,7 +76,7 @@ body { padding: 2px; } -#content, #comments, #footer { +#content, #enclosure, #comments, #footer { margin: 1em 2em; } |