~matsubara/juju-gui/merge-fail

Viewing all changes in revision 699.

  • Committer: Huw Wilkins
  • Date: 2013-05-30 03:39:07 UTC
  • mfrom: (667.2.2 css-cleanup)
  • Revision ID: huw.wilkins@canonical.com-20130530033907-gl7zr44ynp18en3t
CSS housekeeping

Did a bunch of CSS cleanups to make things more consistent:

Grouped mixins together.
Grouped common classes and overrides together
Added gradient mixin.
Consistent formatting, order, indentation etc. using the following pattern:

.class {
    @vars;
    .mixins;
    properties: values;

    .sub-classes {
    }
    .sub-classes2 {
    }
}

R=curtis, rharding
CC=
https://codereview.appspot.com/9462043

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: