diff options
author | Jayaram Pai | 2014-04-26 16:27:44 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-26 16:27:44 +0530 |
commit | a20b80996c28dacee75769e452abd05f6053cd3a (patch) | |
tree | a817304c0dd81c251c90f815a63fd836543d98b9 /css | |
parent | 430133242f89015f4ffc500fb34eedf2324ec3a1 (diff) | |
download | scilab_fixer-a20b80996c28dacee75769e452abd05f6053cd3a.tar.gz scilab_fixer-a20b80996c28dacee75769e452abd05f6053cd3a.tar.bz2 scilab_fixer-a20b80996c28dacee75769e452abd05f6053cd3a.zip |
added caption reset on example change
Diffstat (limited to 'css')
-rw-r--r-- | css/scilab_fixer.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/scilab_fixer.css b/css/scilab_fixer.css index c001482..37097a0 100644 --- a/css/scilab_fixer.css +++ b/css/scilab_fixer.css @@ -3,6 +3,8 @@ } #fix-caption-form .well { margin-top: 25px; + width: 620px; + overflow-x: auto; } #fix-caption-page #updating, #fix-caption-page #done { |