bkerr / Ann Arbor Government Documents

Matt Hampel's document upload / repository application. Brian Kerr has been helping clean it up.

commit 90: 3a3b0cdcac29
parent 89: 7e9d90e0fe18
branch: default
Adjust table widths/CSS to compress display on home page.
Brian Kerr / bkerr
9 months ago

Changed (Δ66 bytes):

raw changeset »

assets/css/base.css (1 lines added, 0 lines removed)

templates/home.html (2 lines added, 2 lines removed)

Up to file-list assets/css/base.css:

@@ -5,6 +5,7 @@ table {
5
5
}
6
6
caption, th, td {
7
7
    text-align: left;
8
    vertical-align: top;
8
9
    font-weight: normal;
9
10
}
10
11
* {

Up to file-list templates/home.html:

29
29
	<thead>
30
30
		<tr>
31
31
			<th></th>
32
			<th>Added</th>
33
			<th>Source organization</th>		
32
			<th style="width: 8em;">Added</th>
33
			<th style="width: 12em;">Source organization</th>		
34
34
		</tr>
35
35
	</thead>
36
36