diff options
| author | Siri Reiter <siri@jones.dk> | 2013-01-07 15:42:22 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2013-12-02 00:33:46 +0100 |
| commit | 9ab94a7232e9799366b3cd2b2fd1d834ad918d7b (patch) | |
| tree | 6f8f715cdd81b69cc3f63d02456b8eb33a85cf08 | |
| parent | 97dbc0fd3ef2692b6cefe64fb342b9b1eb231a6d (diff) | |
Inline page padding in percent, not in ems (avoiding problems in special browsers).
| -rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ img { .inlinepage { border: 0; - padding: 1em; + padding: 5%; margin: 0; background-color: LightYellow; } |
