Benjamin Young created COUCHDB-2029:
---------------------------------------
Summary: Consolidate CSS/LESS class name usage to minimize
custom-ness
Key: COUCHDB-2029
URL: https://issues.apache.org/jira/browse/COUCHDB-2029
Project: CouchDB
Issue Type: Improvement
Components: Fauxton
Reporter: Benjamin Young
Right now Fauxton has loads of non-Bootstrap class names and styles for things
that Bootstrap has a name for (ex: .button vs. .btn). Often those class names
and styles compete and sometimes are even used together causing a pretty
tangled mess.
Focusing our use of class names on the Bootstrap defined ones gives new comers
to the code documentation on what classes mean what--and we don't even have to
maintain it! :D If you know Bootstrap, you should be able to know how to add
buttons, etc to Fauxton without getting tripped up by .button .red
.outlineGray, etc.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)