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.
13 lines
165 B
Stylus
13 lines
165 B
Stylus
#visiting {
|
|
.visitSlideshow {
|
|
border: 2px solid black;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
max-width: 560px;
|
|
max-height: 398px;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
} |