camelot-project / frontend

The frontend: The web-facing server software for CAMELOT
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Fixed menu bar formatting and title colours (points 5,10,14 in issue #23 by Steve) as well as some other unwanted borders. #62

Closed jmdkastro closed 9 years ago

keflavich commented 9 years ago

@jmdkastro - a few notes:

  1. Try not to edit the bootstrap theme directly; it's best to override properties rather than edit them because the bootstrap.css.min files have been "minimized" to make them smaller to download but less readable. Overriding them is generally easier to track.
  2. Be careful with git commit -a now; doing this may add changes to the database which are not necessarily what we want. I'll try to write up a workaround for this...