Updated site to scale better on small screens; Added clearfix css; Updated shadow feature to use css shadows instead of js/images.

Added code to the admin part of the site - still non-functional.  Need to fix JSON streaming over HTTP such that native types (boolean, Date, int) are preserved for the DB;  Need to finish the restore functionality & the hide/show of the edit, delete, and restore buttons on each editor page.
This commit is contained in:
Wynne Crisman
2016-10-26 14:48:11 -07:00
parent 33de2aa5d2
commit e82078174b
106 changed files with 29016 additions and 1971 deletions

View File

@@ -14,8 +14,5 @@
The yolks are a brilliant orange, not the milky yellow found in many grocery store eggs, and the whites stand up on their own.
You can visit the farm to buy fresh eggs, or stop by one of our <a href="#!/markets">farmers' markets</a> in San Francisco or Mendocino County.
</p>
<div align="center" style="padding-top: 20px"><img src="images/Chicken.png"><img src='images/egg.png'/></img></div>
</div>
<runonce>
$('.shadow').buildShadow();
</runonce>
<div align="center" style="padding-top: 20px"><img src="images/Chicken.png" style="width: 100%; max-width: 387px;"><img src='images/egg.png' style="width: 100%; max-width: 75px;"/></img></div>
</div>