I am studying the HTML and CSS at http://www.fogcreek.com/fogbugz/. In the source line 139 I see a line:
<div class="half left">
I studied both CSS files that they include but I dont see where “half left” is defined. Where is this defined?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are defined in
kraken-core.cssfile as:-In another word, this
divhas a width of 490px, floating to the left.