Files
@ 420a2b1067d4
Branch filter:
Location: SlatePermutate/styles/print.css - annotation
420a2b1067d4
686 B
text/css
Don't display tabs as a long stack before jQuery().tabs() can be called -- display them instead as inline-block.
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 | @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;
}
|