Skip to content

Commit

Permalink
FIX: Incorrect markdown in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: angelorohit <angelorohit@gmail.com>
  • Loading branch information
angelorohit committed Mar 10, 2012
1 parent 9515190 commit e75bc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@
AGlossBar is a CSS-only progress bar with a glossy appearance. The bars can be themed and customized to fit the user's needs without losing its core look and feel.

# Files in this project #
This project contains only 2 important files.
#### This project contains only 2 important files. ####
* aglossbar.css - This is the CSS file that contains the progress bar style classes and is required in order to use AGlossBar.
* aglossbar.html - This is a sample demo that shows how the bar must be used and what can be done with it.

Expand All @@ -11,7 +11,7 @@ Customization can be done by modifying the source of aglossbar.css.
Depending on the user's needs, this may involve modifying some existing classes or adding new style classes. The file has sufficient comments within it for any user with basic knowledge of CSS.
####The following properties of AGlossBar may be customized:####
* Border radius (modify .aglossbar.border)
* Progress text font style (see .aglossbar.text)
* Progress text font style (modify .aglossbar.text)
* Progress text font size (add classes for .aglossbar.text.fontsize)
* Progress text color (add classes for .aglossbar.text.colorname)
* Progress bar size (add classes for .aglossbar.size)
Expand Down

0 comments on commit e75bc6a

Please sign in to comment.