diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-01-13 17:19:49 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-01-13 17:19:49 +0000 |
commit | db0ad0883a22ecbdfd2cbebdeaff513696df2fd7 (patch) | |
tree | 1c544913c90dc1ebab1f045f022dba0347448463 /index.php | |
parent | 7eb0c397a5b97dd3f6b2540c891006c13f3b94d1 (diff) | |
download | pkgsubmit-db0ad0883a22ecbdfd2cbebdeaff513696df2fd7.tar pkgsubmit-db0ad0883a22ecbdfd2cbebdeaff513696df2fd7.tar.gz pkgsubmit-db0ad0883a22ecbdfd2cbebdeaff513696df2fd7.tar.bz2 pkgsubmit-db0ad0883a22ecbdfd2cbebdeaff513696df2fd7.tar.xz pkgsubmit-db0ad0883a22ecbdfd2cbebdeaff513696df2fd7.zip |
adjust score style
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -143,7 +143,7 @@ function key2date($key) { .clear { clear: both; } table { border-spacing: 0; - font-family: Helvetica; font-size: 80%; + font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 80%; border: 1px solid #ccc; float: left; } @@ -170,9 +170,9 @@ function key2date($key) { tr.youri td.status-box { background: olive; } #stats { float: right; } - #score {} - #score-box { width: 200px; height: 100px; background: #faa; } - #score-meter { width: 200px; background: #afa; } + #score { margin-bottom: 2em; font-family: Helvetica, Verdana, Arial, sans-serif; } + #score-box { width: 100px; height: 100px; background: #faa; } + #score-meter { width: 100px; background: #afa; } </style> </head> <body> |