Update History.md.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Jun 2013 18:31:45 +0000 (21:31 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Mon, 8 Jul 2013 16:28:04 +0000 (19:28 +0300)
Use code syntax for CSS keywords and use the same case for "URLs".

History.md

index ab20a6d..133f394 100644 (file)
 1.0.9 / 2013-06-11
 ==================
 
-* Fixed issue [#113](https://github.com/GoalSmashers/clean-css/issues/113) - @import in comments.
+* Fixed issue [#113](https://github.com/GoalSmashers/clean-css/issues/113) - `@import` in comments.
 
 1.0.8 / 2013-06-10
 ==================
 
-* Fixed issue [#112](https://github.com/GoalSmashers/clean-css/issues/112) - reducing box-shadow zeros.
+* Fixed issue [#112](https://github.com/GoalSmashers/clean-css/issues/112) - reducing `box-shadow` zeros.
 
 1.0.7 / 2013-06-05
 ==================
 
-* Support for `@import` urls starting with //.
-  By [@petetak](https://github.com/petetak)
+* Support for `@import` URLs starting with `//`.
+  By [@petetak](https://github.com/petetak).
 
 1.0.6 / 2013-06-04
 ==================
 
-* Fixed issue [#110](https://github.com/GoalSmashers/clean-css/issues/110) - data URIs in urls.
+* Fixed issue [#110](https://github.com/GoalSmashers/clean-css/issues/110) - data URIs in URLs.
 
 1.0.5 / 2013-05-26
 ==================
 1.0.4 / 2013-05-23
 ==================
 
-* Rewrite relative urls in imported stylesheets.
+* Rewrite relative URLs in imported stylesheets.
   By [@bluej100](https://github.com/bluej100).
 
 1.0.3 / 2013-05-20
 ==================
 
-* Support alternative `@import` syntax with file name not wrapped inside url() statement.
+* Support alternative `@import` syntax with file name not wrapped inside `url()` statement.
   By [@bluej100](https://github.com/bluej100).
 
 1.0.2 / 2013-04-29
 ==================
 
-* Fixed issue [#97](https://github.com/GoalSmashers/clean-css/issues/97) - --remove-empty & FontAwesome.
+* Fixed issue [#97](https://github.com/GoalSmashers/clean-css/issues/97) - `--remove-empty` & FontAwesome.
 
 1.0.1 / 2013-04-08
 ==================