Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style updates - redux #711

Closed
wants to merge 11 commits into from
Closed

Conversation

mattvague
Copy link
Contributor

Same style updates as last time, but this time Bourbon is in the gemspec. Also I've generated the bourbon stylesheets and included them in AA so we don't need to worry about asset pipeline generating them. Party.

Style updates include:

  • Completely redesigned scopes
  • Refined table / panel headers
  • Refined pagination styles
  • Refined button styles
  • Split stylesheets into more files

@pcreux
Copy link
Contributor

pcreux commented Nov 21, 2011

@mattvague Could you rebase againt master?

Can you add more explanations about... what this changes? :)

@mattvague
Copy link
Contributor Author

@pcreux done and done. Can we get this merged?

@mattvague
Copy link
Contributor Author

@gregbell Made those changes

@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency("rails", ">= 3.0.0")
s.add_dependency("bourbon", "~> 1.0.0")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~> will allow patch levels greater than 1.0.0 (eg: 1.0.1 but not 1.2.0). Considering Bourbon is already at 1.2.0, I think we should change this to ">= 1.0.0"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oopsy, fixed it

@gregbell
Copy link
Contributor

Merged! Nice work. Matt. Styles are looking great.

@gregbell gregbell closed this Nov 25, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants