diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -9,15 +9,15 @@ html, body, table { } body { font-size: 80%; } +hr { display: none; } article { - position: absolute; - top: 128px; } +footer { margin: 0; padding: 0.4em 1em; background: #e0e0e0; color: #888; font-size: 80%; } +footer a { color: #555; text-decoration: none; } .clear { clear: both; } table { border-spacing: 0; - float: left; } tr { padding: 0; margin: 0; } th { padding: 0.2em 0.5em; margin: 0; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align: left; font-size: 85%; color: #999; } @@ -58,13 +58,10 @@ a.package { color: #202020; text-decoration: none; } .number, .percent { text-align: right; } -#stats { float: right; border-left: 1px solid #f0f0f0; margin: 0; padding: 0; } #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; } -.figures { display: table; margin: 0; padding: 0; } -.figures li { display: table-cell; margin: 0; padding: 0 2em; border-right: 1px solid #a0a0a0; background: #f0f0f0; border-bottom: 1px solid #a0a0a0; vertical-align: top; } .figure { font-size: 160%; font-weight: bold; } .action-btn { text-decoration: none; @@ -76,7 +73,8 @@ a.package { color: #202020; text-decoration: none; } font-size: 80%; } -.builds { list-style: none; padding: 0; margin: 0 0 0 2em; } +#stats, .figures, .builds { list-style: none; padding: 0; margin: 0 0 2em 2em; float: left; text-align: left; } + .builds table { width: 720px; } #submitted-packages { width: 720px; } |