Group: linux.debian.bugs.dist · Group Profile · Search for 7c7c7c in linux.debian.bugs.dist
Author: Ross Boylan
Date: Apr 9, 2008 15:10
At the beginning of my stylesheet I am using the following to reset all margins, border and padding. * { margin: 0; padding: 0; border: 0; } With forms, that makes it mendatory for me to style them. Meaning I do something like this: .column01 input, .column01 textarea { border: 1px solid #C3C3C3; border-top-color: #7C7C7C; border-bottom-color: #DDD; } .column01 input.myBtn{ width:
|