Initial project's source code check-in.

This commit is contained in:
ptsurbeleu 2011-07-13 16:07:32 -07:00
commit b03b0b373f
4573 changed files with 981205 additions and 0 deletions

View file

@ -0,0 +1,17 @@
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain RARELY CHANGED rules used when the DetailsView control adapter is enabled. */
div.AspNet-DetailsView-Data ul
{
margin: 0;
padding: 0;
}
div.AspNet-DetailsView-Data li
{
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
}