Files
@ 7074fcdebeca
Branch filter:
Location: SlatePermutate/styles/print.css - annotation
7074fcdebeca
1.6 KiB
text/css
Fix invalid XHTML for school_id=umich, reported by Mike Nowak.
1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 1cb6f6105b45 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 89613e14b2e8 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe a20b78145ef5 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe 87c1a68829fe bbc0c3b4c101 44a2235fb378 44a2235fb378 44a2235fb378 44a2235fb378 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 5777a717aa35 44a2235fb378 44a2235fb378 bbc0c3b4c101 a20b78145ef5 711d3e94b78e 711d3e94b78e 711d3e94b78e 711d3e94b78e 711d3e94b78e c8b457add52a c8b457add52a c8b457add52a c8b457add52a c8b457add52a c8b457add52a | /*
* Copyright 2010 Nathan Gelderloos, Ethan Zonca, Nathan Phillip Brink
*
* This file is part of SlatePermutate.
*
* SlatePermutate is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* SlatePermutate is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with SlatePermutate. If not, see <http://www.gnu.org/licenses/>.
*/
@import url('general.css');
@import url('output.css');
/* Styling overrides for printing */
body {
background: #fff;
}
#page {
font: normal 7pt sans-serif!important;
width: 100%!important;
min-width: 0px!important;
max-width: 10000px!important;
}
a img {
border: none;
}
div.scroller {
border:0;
padding:0;
margin:0;
}
div.scroller div.section {
padding:0;
margin-bottom: 2em;
}
div.scroller div.section div.txt {
padding: 1em;
}
#tabs ul {
display: none;
}
.section {
background: #fff!important;
}
#editbutton {
display: none;
}
#leftfoot {
display: none;
}
#rightfoot {
text-align: right!important;
}
#possiblestats {
text-align: center;
}
#show-box
{
display: none;
}
.top,.multi.,end {
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}
|