diff options
author | 2014-12-29 16:16:20 +0100 | |
---|---|---|
committer | 2014-12-29 16:16:20 +0100 | |
commit | ca294bae1f6cc154f684ba3ee4b0b0d815c3b963 (patch) | |
tree | db6bbb98edd2fe36024fcd55b0b3e3882ed7ae2f /main.css | |
parent | No padding in <pre><pre> (diff) | |
download | skin-tyrian-ca294bae1f6cc154f684ba3ee4b0b0d815c3b963.tar.gz skin-tyrian-ca294bae1f6cc154f684ba3ee4b0b0d815c3b963.tar.bz2 skin-tyrian-ca294bae1f6cc154f684ba3ee4b0b0d815c3b963.zip |
Fix box headers overflow behavior, thanks to ulm for reporting
Diffstat (limited to 'main.css')
-rw-r--r-- | main.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ div.box-caption { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; + overflow: auto; } pre.captioned { |