diff options
author | Adolfo Fitoria <fitoria@fitoria-laptop.(none)> | 2009-08-16 17:05:27 -0600 |
---|---|---|
committer | Adolfo Fitoria <fitoria@fitoria-laptop.(none)> | 2009-08-16 17:05:27 -0600 |
commit | a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf (patch) | |
tree | 5bf13b5605e40c755e20edf9be45e3a20308d5dd /templates/content/style | |
parent | fa30dc90be82aa0f818e14110e9b86373f7c8a35 (diff) | |
parent | f15cb4dc7d9284a24f75dc8b56248916140ceb09 (diff) | |
download | askbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.tar.gz askbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.tar.bz2 askbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.zip |
Merge branch 'evgenyfadeev/master'
Conflicts:
locale/en/LC_MESSAGES/django.mo
locale/es/LC_MESSAGES/django.mo
locale/es/LC_MESSAGES/django.po
Diffstat (limited to 'templates/content/style')
-rw-r--r-- | templates/content/style/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css index e353dd47..6d48198b 100644 --- a/templates/content/style/style.css +++ b/templates/content/style/style.css @@ -745,7 +745,7 @@ background-color: #97ff97; } /*用户资料页面*/ -.count {font-family:Arial;font-size:200%;font-weight:700;color:#777} +.count {font-family:Arial;font-size:24px;font-weight:700;color:#777} .scoreNumber{font-family:Arial;font-size:35px;font-weight:800;color:#777;line-height:40px; /*letter-spacing:0px*/ } |