Merge pull request #299 from msujaws/patch-1

Fixed the font for the bio
This commit is contained in:
Aakash Desai 2012-08-24 12:00:29 -07:00
Родитель b65ae836ed 01182d1fef
Коммит e442d172d1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ body {
z-index:1031; /* One more than .nav-bar-fixed-top */
}
.huge, .large, h1, h2, h3, h4, #profile-info dt, #profile-info dd {
.huge, .large, h1, h2, h3, h4, #profile-info dt, #profile-info dd, #bio {
font-family:'Open Sans Light', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-weight:normal;
text-shadow:0 1px 0 rgba(255,255,255,0.75);