Move our stylesheets to lessCSS.
Review Request #2658 — Created Oct. 14, 2011 and submitted
Move our stylesheets to lessCSS. This updates all of our stylesheets to be .less files. In the process, I've cleaned up most of the rules to add some structure and, in some cases, added definitions for colors and other values. There's still a long ways to go here, but it's a good start and definitely makes things more manageable. Where it made sense, I renamed some classes in the HTML to make things more clear and organized. This will work perfectly fine on production installs or developer installs.
Went through the site and checked to see if anything looked broken. I checked the My Account page, Dashboard, Log In, review requests, diffs, screenshots, and all the parts of the admin UI. I didn't see anything stand out as obviously broken. I'm sure we'll hit something small here and there.
Description | From | Last Updated |
---|---|---|
For things with IDs like this, we shouldn't necessarily nest them. The selectors that end up getting generated aren't as … |
david | |
Can you indent the first *s one space to make alignment prettier? |
david | |
Same here with IDs nested inside a class |
david | |
There's a whole lot of colors included directly in rules here. Should variables be defined for them? |
david | |
This isn't indented correctly. |
david | |
Same here re: indent. |
david | |
Should this have the full multi-line comment? /************** * Dashboard **************/ |
david | |
One blank line |
david | |
Blank line |
david |
- Change Summary:
-
* Synced with the new settings and admin changes. * Fixed indentation. * Fixed a section comment.
- Diff:
-
Revision 2 (+3413 -3417)