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

Updated README #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ Zocial has a few defaults in place that you can override for your project.

`$zocial-text-font` is set to "helvetica" by default, but can set to [any of the fonts](https://github.com/adamstac/zocial/blob/master/stylesheets/partials/_fonts.sass) defined. In a future release, we plan to work on adding better options for using other fonts. Please be patient.

Last but not least, import the Zocial base classes to your stylesheet:

@import "zocial"

In order to override any of the defaults, you must declare your overrides **before** the `@import` statement.

### Mixins

Once you have Zocial's settings in place, it's time to mixin zocial. Zocial has two mixins, one for the free set (zocial-lite) and one for the full set (zocial-full) that can [purchased here](http://zocial.smcllns.com/).
Expand Down
4 changes: 2 additions & 2 deletions lib/zocial.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Zocial

VERSION = "0.0.3"
DATE = "2011-11-08"
VERSION = "0.0.4"
DATE = "2012-02-17"

end
2 changes: 1 addition & 1 deletion stylesheets/partials/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

// Add a class of "icon" to display as standalone icons instead
&.icon
width: 1.85em
width: $zocial-font-size
overflow: hidden

& > span
Expand Down
7 changes: 7 additions & 0 deletions stylesheets/partials/_mixins.sass
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
+zocial-meetup
+zocial-openid
+zocial-paypal
+zocial-pinboard
+zocial-plancast
+zocial-posterous
+zocial-rss
Expand Down Expand Up @@ -307,6 +308,12 @@
& > span:before
content: "$"

=zocial-pinboard
.zocial.pinboard
background: blue
& > span:before
content: "n"

=zocial-plancast
.zocial.plancast
@extend .adjustment-1
Expand Down