Not Just a Grid ChangeLog
Version 1.1
June-20-2011
Forms.css
- .vertical_form_legend - Fixed image src path
- .horizontal_form_legend - Fixed image src path
- .vertical_form div.form_input_notes - spacing tightened up on the bottom margin
- .grey.styled_button:visited - Added new class to prevent links styled as grey buttons taking on the visited link color
- .styled_button, .styled_button:visited - fixed double semicolon between border-top: 1px solid rgba(255,255,255,0.4);;border-left: 1px solid rgba(255,255,255,0.4);
- .vertical_form fieldset - Corrected order of styles so that standard CSS properties are afer vendor prefixed properties
- .vertical_form legend - Corrected order of styles so that standard CSS properties are afer vendor prefixed properties
- .horizontal_form fieldset - Corrected order of styles so that standard CSS properties are afer vendor prefixed properties
- .horizontal_form legend - Corrected order of styles so that standard CSS properties are afer vendor prefixed properties
type.asp
- .typegrid - fixed missing } at end of line
- address - Fixed position of ; ( was outside the })
ux.asp
- .warning, .error, .success, .question - Corrected order of styles so that standard CSS properties are afer vendor prefixed properties
- div.pagescontainer a, div.pagescontainer span.ghost, div.pagescontainer span.current - Corrected order of styles so that standard CSS properties are afer vendor prefixed properties
- Rationalised File Type Icon Hinting - combining all video types into one style and all text types into one style.
- Gave .SWF filetype its own icon - previously it used the video icon.
General
- All zero units and now just 0 and don't have units specified ( 0px, 0em etc )