Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _chapters/chp10/django_ecommerce/static/css/mec.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,22 @@ h1, .nav li, .navbar-brand {
padding-bottom: 5px;
background-color: #eee;
}

#user_info {
text-align: center;
margin-left: 20px;
}

#user_info ul {
list-style-type: none;
text-align: left;
}

#updates {
text-align: center;
margin-left: 20px;
}

.member-page {
padding-top: 20px;
padding-bottom: 40px;
Expand Down
8 changes: 8 additions & 0 deletions _chapters/chp11/django_ecommerce/static/css/mec.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,22 @@ h1, .nav li, .navbar-brand {
padding-bottom: 5px;
background-color: #eee;
}

#user_info {
text-align: center;
margin-left: 20px;
}

#user_info ul {
list-style-type: none;
text-align: left;
}

#updates {
text-align: center;
margin-left: 20px;
}

.member-page {
padding-top: 20px;
padding-bottom: 40px;
Expand Down
8 changes: 8 additions & 0 deletions _chapters/chp12/django_ecommerce/static/css/mec.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,22 @@ h1, .nav li, .navbar-brand {
padding-bottom: 5px;
background-color: #eee;
}

#user_info {
text-align: center;
margin-left: 20px;
}

#user_info ul {
list-style-type: none;
text-align: left;
}

#updates {
text-align: center;
margin-left: 20px;
}

.member-page {
padding-top: 20px;
padding-bottom: 40px;
Expand Down
8 changes: 8 additions & 0 deletions _chapters/chp13/django_ecommerce/static/css/mec.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,22 @@ h1, .nav li, .navbar-brand {
padding-bottom: 5px;
background-color: #eee;
}

#user_info {
text-align: center;
margin-left: 20px;
}

#user_info ul {
list-style-type: none;
text-align: left;
}

#updates {
text-align: center;
margin-left: 20px;
}

.member-page {
padding-top: 20px;
padding-bottom: 40px;
Expand Down
8 changes: 8 additions & 0 deletions _chapters/chp14/django_ecommerce/static/css/mec.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,22 @@ h1, .nav li, .navbar-brand {
padding-bottom: 5px;
background-color: #eee;
}

#user_info {
text-align: center;
margin-left: 20px;
}

#user_info ul {
list-style-type: none;
text-align: left;
}

#updates {
text-align: center;
margin-left: 20px;
}

.member-page {
padding-top: 20px;
padding-bottom: 40px;
Expand Down