This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients belopolsky, eric.araujo, ezio.melotti, georg.brandl, lukasz.langa, rhettinger, ron_adam, vterron
Date 2013-03-02.12:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362228904.46.0.240332659163.issue10716@psf.upfronthosting.co.za>
In-reply-to
Content
> Is there a prefered style guide for css that we should use?

If you mean indentation/spacing, my preferred style is:

selector {
    property1: value1;
    property2: value2;
    ...
}

FWIW I agree an HTML5 doctype should be used.
History
Date User Action Args
2013-03-02 12:55:04ezio.melottisetrecipients: + ezio.melotti, georg.brandl, rhettinger, belopolsky, ron_adam, eric.araujo, lukasz.langa, vterron
2013-03-02 12:55:04ezio.melottisetmessageid: <1362228904.46.0.240332659163.issue10716@psf.upfronthosting.co.za>
2013-03-02 12:55:04ezio.melottilinkissue10716 messages
2013-03-02 12:55:04ezio.melotticreate