Note that this will not take care of all popups! I have since found a bunch that are still rendering too small for my fixed-width theme. I have not yet fixed them, but when I do I will post the hacks in this thread.
Patrick Malley
Oqallisissiat Patrick Malley-imit allatat
David -
You make clear a point that I've thought many times. My fixed-width theme works only because of work-arounds, hacks, and compromise. This is fine because my installation is specific and I know who my users will be. Releasing it to the public would mean justifying a lot of strange CSS to a lot of people!
I would gladly create another fixed-width theme for another institution. However, I wouldn't want to make one for all to use.
You make clear a point that I've thought many times. My fixed-width theme works only because of work-arounds, hacks, and compromise. This is fine because my installation is specific and I know who my users will be. Releasing it to the public would mean justifying a lot of strange CSS to a lot of people!
I would gladly create another fixed-width theme for another institution. However, I wouldn't want to make one for all to use.
I'll reply to myself with a possible answer here.
Someone in a training session I was conducting at my school said "Raw."
Whether this is correct or not, I'm not sure. But, it works. "Raw Count." "Raw %."
Thought I should share.
Someone in a training session I was conducting at my school said "Raw."
Whether this is correct or not, I'm not sure. But, it works. "Raw Count." "Raw %."
Thought I should share.
I know what the function of an R. Count is - to count the total number of students who guess a particular answer. But, what is "R"?
This is probably something simple or statistical that I am missing? Is it ratio?
This is probably something simple or statistical that I am missing? Is it ratio?
I kinda like it. 
My guess is that this value (found in meadows/fw_fonts.css) is creating the margin and, as such, should be deleted:
body {
margin : 5px;
}
This should get rid of the 5px margin you don't like.
My guess is that this value (found in meadows/fw_fonts.css) is creating the margin and, as such, should be deleted:
body {
margin : 5px;
}
This should get rid of the 5px margin you don't like.