Skip to content

Commit

Permalink
Fixed Bug with Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Chu committed Jan 30, 2016
1 parent dd80b97 commit 060f5af
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 41 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk
main/.idea/workspace.xml
96 changes: 58 additions & 38 deletions main/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SECRET_KEY = '2$-lf*xo-fuko^%*i^v7w99qqe2tu@!*a(gnqmcr+u3q84mlxs'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

ALLOWED_HOSTS = ['www.cravus.com', 'cravus.com', 'dev.cravus.com', '52.35.198.169']

Expand Down
5 changes: 5 additions & 0 deletions main/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ body {
overflow-y: scroll;
}

img {
min-height: 0;
min-width: 0;
}

h1 {
font-family: 'Playfair Display', serif;
font-weight: 900;
Expand Down
3 changes: 1 addition & 2 deletions main/static/partials/dishes/dish.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</md-title>
</md-card-header-text>
</md-card-header>
<img ng-src="http://images-cdn.9gag.com/photo/aX9qARV_460s.jpg" class="md-card-image" alt="Washed Out"
src="http://images-cdn.9gag.com/photo/aX9qARV_460s.jpg">
<img ng-src="http://images-cdn.9gag.com/photo/aX9qARV_460s.jpg" class="md-card-image" alt="Washed Out">
<md-card-title>
<a href="/+{{ card.chef }}">+{{ card.chef }}</a>
</md-card-title>
Expand Down

0 comments on commit 060f5af

Please sign in to comment.