Files @ 318a910b91ad
Branch filter:

Location: SlatePermutate/styles/print.css

binki
Now instead of automatically guessing that a user want to register for the next semester, assume they want to register for a semester whose middle is half a year into the future.
/*
 * 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;
}