realpython / book3-exercises

Book 3 Advanced Web Dev with Django 1.7 -- Exercises for the book
89 stars 58 forks source link

fix style of the update box #7

Open grahamjeffries opened 9 years ago

grahamjeffries commented 9 years ago

Add style for the update element. Add consistent spacing for a few other entries.

grahamjeffries commented 9 years ago

It seems that the mec.css needs to be updated for the polls app in Chapter 14, too. Something like

...
#polls {
  margin-left: 20px;
}

#polls h1 {
  text-align: center;
}
...