fix code indents application.css @media print
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8491 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
86a52eaedf
commit
9073a70b27
|
@ -1013,11 +1013,11 @@ h2 img { vertical-align:middle; }
|
||||||
#top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
|
#top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
|
||||||
#main { background: #fff; }
|
#main { background: #fff; }
|
||||||
#content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
|
#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; }
|
.hide-when-print { display: none; }
|
||||||
.autoscroll {overflow-x: visible;}
|
.autoscroll {overflow-x: visible;}
|
||||||
table.list {margin-top:0.5em;}
|
table.list {margin-top:0.5em;}
|
||||||
table.list th, table.list td {border: 1px solid #aaa;}
|
table.list th, table.list td {border: 1px solid #aaa;}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Accessibility specific styles */
|
/* Accessibility specific styles */
|
||||||
|
|
Loading…
Reference in New Issue