commit 618fa912715688cb5a655660f15807baeed4e8ce Author: Tom Slominski Date: Tue Apr 19 19:45:10 2011 +0100 1.0 diff --git a/css/formalize.css b/css/formalize.css new file mode 100644 index 0000000..f7c04b7 --- /dev/null +++ b/css/formalize.css @@ -0,0 +1,302 @@ +/* `Widths +----------------------------------------------------------------------------------------------------*/ + +.input_tiny { + width: 50px; +} + +.input_small { + width: 100px; +} + +.input_medium { + width: 150px; +} + +.input_large { + width: 200px; +} + +.input_xlarge { + width: 250px; +} + +.input_xxlarge { + width: 300px; +} + +.input_full { + width: 100%; +} + +/* + Added via JS to