diff options
author | luxagraf <sng@luxagraf.net> | 2015-12-29 08:28:40 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-12-29 08:28:40 -0500 |
commit | 648996d4a01e97f8dd96ef584e280e84d287d02a (patch) | |
tree | 2b5e35e4e872a747b5045407f71901509485464c | |
parent | badd9fa1700c8d939fa486d38d7413b8b4e44e1b (diff) |
added some styles for new photo galleries
-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; } } |