9f117cd3d2cf
Style tweaks.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 10 Jun 2010 21:42:52 -0400 |
parents | ee11eb636807 |
children | 091ccc78e104 |
branches/tags | (none) |
files | media/css/base.less |
Changes
--- a/media/css/base.less Thu Jun 10 21:42:41 2010 -0400 +++ b/media/css/base.less Thu Jun 10 21:42:52 2010 -0400 @@ -4,6 +4,9 @@ @bodytext: #111111; /* Main layout styles. */ +html { + overflow-y: scroll; +} body { font-family: "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif; color: @bodytext;