diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-01 15:57:25 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-01 15:57:25 +0100 |
commit | 4627438ce70ae891851ff04142c5cbdc89ef8db4 (patch) | |
tree | 712237a55c4c3093e01dcaf3cb51d6054c7e3185 | |
parent | f67a4d6511e325d6ebdf1c133029f398c63825aa (diff) |
Avoid <pre> stuff from running under the sidebar.
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ pre margin-left: 3em; font-weight: bold; padding: 0.5em; + overflow: auto; } a |