diff options
-rw-r--r-- | app/TODO | 11 | ||||
-rw-r--r-- | design/sass/_inbox.scss | 3 |
2 files changed, 6 insertions, 8 deletions
@@ -15,6 +15,8 @@ fix amp support by sanitizing html: https://github.com/duner/django-bluebox/blob/master/bluebox/converters/sanitizer.py +Climate classifications instead of geopolitical boundaries: +https://en.wikipedia.org/wiki/Köppen_climate_classification --- #src @@ -36,16 +38,11 @@ iron out templates and push first piece live. # photos: -Add map and location picker to upload form handle portrait orientation in resizing finish builder -Then play with gallery templates - -like this full width design: http://www.photobyrichard.com/photobyrichard/page/2/ - port existing galleries to new structure --- @@ -68,4 +65,8 @@ revamp notes to be like my own personal instagram 6) Write JavaScript to automatically place map on current location ''' +--- + +# books +push reviews to goodreads: http://www.goodreads.com/api diff --git a/design/sass/_inbox.scss b/design/sass/_inbox.scss index f74fc31..6d1a550 100644 --- a/design/sass/_inbox.scss +++ b/design/sass/_inbox.scss @@ -62,9 +62,6 @@ div { bottom: 20%; } - p { - max-width: 40%; - } @include constrain_wide; } } |