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:
@@ -258,8 +258,6 @@ h5 {
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
/*background: url(images/Bullet3_v1.jpg) no-repeat 10px 5px;*/
|
||||
text-indent: 26px;
|
||||
}
|
||||
|
||||
sup, sub {
|
||||
@@ -473,6 +471,7 @@ sup, sub {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@require "bootstrap"
|
||||
@require "home"
|
||||
@require "editor"
|
||||
@require "users"
|
||||
|
||||
Reference in New Issue
Block a user