Commit Graph

6 Commits

Author SHA1 Message Date
Adam Conrad
3af20d3033 Improve anti-aliasing on WebKit browsers
`-webkit-font-smoothing` provides WebKit browsers with improved anti-aliasing capabilities. The reason to nest this with the ever-notorious universal identifier (`*`) is that not HTML elements are caught under the `body` blanket. This is most notable when comparing the way fonts render text inside of `<input[type="button"]>` form elements as opposed to purely textual elements like `<a>`, `<p>`. To deliver a beautiful, consistent experience, we need to apply this universally for all elements on WebKit.
2014-12-10 23:16:03 -05:00
dhg
a3208cfa39 adding in the offsets and a few other small things 2014-12-09 11:12:30 -08:00
Dave Gamache
baec02aeb5 creating the downloadish page 2014-12-08 12:36:15 -08:00
Dave Gamache
887f2f4d86 started building out the documentation and trying to include a fluid grid (but nesting seems impossible) 2011-05-03 07:36:26 -07:00
Dave Gamache
48b90f6bb5 Added beginning stuff to everything, including base.css, ui.css, and really made the grid awesome. Tested it very lightly against all browsers 2011-05-02 12:17:18 -07:00
Dave Gamache
600ceeb6ad initial file dump with some early modifications 2011-05-01 08:43:13 -07:00