GitHub user BigBlueHat opened a pull request:
https://github.com/apache/couchdb/pull/144
More less refactoring
In digging into splitting out the branding components of the LESS/CSS I ran
into loads more refactoring. Hoping to ship that first. :smile_cat:
@deathbearbrown @garrensmith hope these are helpful.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BigBlueHat/couchdb more-less-refactoring
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/144.patch
----
commit e913ab359f193d80825bd6155cdf9e296e83f6d8
Author: BigBlueHat <[email protected]>
Date: 2014-02-03T21:13:55Z
reordering & reducing the customness some more
Still finding heavy/dangerous Bootstrap 2.x overrides
(margin settings for .row & .tab-content--broadly).
Changing colors and such is generally fine, but
changing positioning breaks the grid. :frowning:
commit a5eca1fab89c061b1b7e638f086ce4fd3b3c1834
Author: BigBlueHat <[email protected]>
Date: 2014-02-03T22:00:55Z
working on grouping Bootstrap overrides together
Also fixed some space around in-tab icons and
did some whitespace cleanup...I know...I know...
commit 2b76affd9f8de97f7c5af0d202a745f218585e33
Author: BigBlueHat <[email protected]>
Date: 2014-02-03T22:18:43Z
moved the input tag overrides up
Keeping like with like, so we can find the
like.
commit 83d42a859b5c784b2dfcee4ff0ef5ceba7e0cbbe
Author: BigBlueHat <[email protected]>
Date: 2014-02-04T15:29:14Z
no more CodeMirror anymore; gone be the related CSS
commit 5685d05015bc4e1db6803ddc67de98ffe6ebee14
Author: BigBlueHat <[email protected]>
Date: 2014-02-04T15:38:20Z
moved document specific CSS to documents
commit ba1404afa33493eef2061d0d306ed894b3543936
Author: BigBlueHat <[email protected]>
Date: 2014-02-04T16:15:36Z
conslidated prettyprint stuff
commit 07517beacd6e0a926f209411be197011a9bf4ecd
Author: BigBlueHat <[email protected]>
Date: 2014-02-04T16:24:36Z
more Bootstrap overrides moved higher up
commit b1b90723f5452df5437044a75e0a896f856222ab
Author: BigBlueHat <[email protected]>
Date: 2014-02-04T16:31:43Z
removed unused styles
commit cfecade7f433d7ff8f418863724d9d9ae9a69b3a
Author: BigBlueHat <[email protected]>
Date: 2014-02-04T16:39:19Z
reordered imports in databases; consolidated .well
----