comparison 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
comparison
equal deleted inserted replaced
354:3e0b0dc69adf 355:e4d31654a9d3
65 td, th { padding: 6px 8px; } 65 td, th { padding: 6px 8px; }
66 .latest thead td, .latest thead th { background: #00B5F1; color: #fff; font-weight: bold; } 66 .latest thead td, .latest thead th { background: #00B5F1; color: #fff; font-weight: bold; }
67 thead td, thead th { background: #999; color: #fff; font-weight: bold; } 67 thead td, thead th { background: #999; color: #fff; font-weight: bold; }
68 tbody td { border-bottom: 1px solid #ccc; } 68 tbody td { border-bottom: 1px solid #ccc; }
69 tbody td em { font-style: normal; font-weight: bolder; } 69 tbody td em { font-style: normal; font-weight: bolder; }
70 tbody td:last-child { width: 5em; }
71
72 /*
73 * Table expansion
74 */
75 div #more { font-size: smaller; color: #999; }
70 76
71 /* 77 /*
72 * Quotes 78 * Quotes
73 */ 79 */
74 blockquote:before, blockquote:after, q:before, q:after { content: ""; } 80 blockquote:before, blockquote:after, q:before, q:after { content: ""; }