##// END OF EJS Templates
fix code indents application.css @media print...
Toshi MARUYAMA -
r8371:9073a70b27fe
parent child
Show More
@@ -1013,11 +1013,11 h2 img { vertical-align:middle; }
1013 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
1013 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
1014 #main { background: #fff; }
1014 #main { background: #fff; }
1015 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
1015 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
1016 #wiki_add_attachment { display:none; }
1016 #wiki_add_attachment { display:none; }
1017 .hide-when-print { display: none; }
1017 .hide-when-print { display: none; }
1018 .autoscroll {overflow-x: visible;}
1018 .autoscroll {overflow-x: visible;}
1019 table.list {margin-top:0.5em;}
1019 table.list {margin-top:0.5em;}
1020 table.list th, table.list td {border: 1px solid #aaa;}
1020 table.list th, table.list td {border: 1px solid #aaa;}
1021 }
1021 }
1022
1022
1023 /* Accessibility specific styles */
1023 /* Accessibility specific styles */
General Comments 0
You need to be logged in to leave comments. Login now