diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-04 02:12:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-04 02:12:52 +0000 |
commit | 9073a70b27fe1c28b6ee3c4f0e4bbddd4d36bdf1 (patch) | |
tree | 2fafa68a1266a8d4208498897f269113c7a5a90b /public | |
parent | 86a52eaedf2bc7d5e597f0ce5d06187d7e487c78 (diff) | |
download | redmine-9073a70b27fe1c28b6ee3c4f0e4bbddd4d36bdf1.tar.gz redmine-9073a70b27fe1c28b6ee3c4f0e4bbddd4d36bdf1.zip |
fix code indents application.css @media print
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8491 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index da84570b5..e4b360b78 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1013,11 +1013,11 @@ h2 img { vertical-align:middle; } #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; } #main { background: #fff; } #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;} - #wiki_add_attachment { display:none; } + #wiki_add_attachment { display:none; } .hide-when-print { display: none; } - .autoscroll {overflow-x: visible;} - table.list {margin-top:0.5em;} - table.list th, table.list td {border: 1px solid #aaa;} + .autoscroll {overflow-x: visible;} + table.list {margin-top:0.5em;} + table.list th, table.list td {border: 1px solid #aaa;} } /* Accessibility specific styles */ |