Skip to content

Commit e149b63

Browse files
author
Nicholas C. Zakas
committed
Incorporated Rhino CLI and updated contributors list
1 parent 4b97b5a commit e149b63

File tree

3 files changed

+10537
-5
lines changed

3 files changed

+10537
-5
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,16 @@ CSS3 adds complex attribute selectors such as `~=` that are slow. When using att
101101

102102
### Beware of broken box models
103103

104-
Borders and padding add space outside of an element's content. Setting `width` or `height` along with borders and padding is usually a mistake because you won't get the visual result you're looking for. CSSLint warns when a rule uses `width` or `height` in addition to padding and/or border.
104+
Borders and padding add space outside of an element's content. Setting `width` or `height` along with borders and padding is usually a mistake because you won't get the visual result you're looking for. CSSLint warns when a rule uses `width` or `height` in addition to padding and/or border.
105+
106+
## Contributors
107+
108+
### Creators
109+
110+
1. Nicole Sullivan, http://www.stubbornella.org
111+
1. Nicholas C. Zakas, http://www.nczonline.net
112+
113+
### Contributors
114+
115+
1. Samori Gorse (Rules)
116+
1. Eitan Konigsburg (Rhino CLI)

0 commit comments

Comments
 (0)