Mercurial > hg-website
diff static/css/styles.css @ 355:e4d31654a9d3
downloads: put each available version into a separate table
With this update we generate a separate table on the /downloads page for
each version that is represented in sources.js. Downloader.maxversions
is the number of versions to display by default; 0 means to display all.
If any versions are not displayed by default, a "more versions" label
appears. Clicking it reveals the remaining versions.
author | David Champion <dgc@uchicago.edu> |
---|---|
date | Tue, 23 Nov 2010 09:36:25 -0600 |
parents | 987caba84824 |
children | e1830acad2a7 |
line wrap: on
line diff
--- a/static/css/styles.css Mon Nov 22 20:16:50 2010 +0100 +++ b/static/css/styles.css Tue Nov 23 09:36:25 2010 -0600 @@ -67,6 +67,12 @@ thead td, thead th { background: #999; color: #fff; font-weight: bold; } tbody td { border-bottom: 1px solid #ccc; } tbody td em { font-style: normal; font-weight: bolder; } +tbody td:last-child { width: 5em; } + +/* + * Table expansion + */ +div #more { font-size: smaller; color: #999; } /* * Quotes