shadytrees / Chiffon

A Python database browser in the tradition of PHPMyAdmin.

Clone this repository (size: 20.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/shadytrees/chiffon/
commit 12: b256bb1c3d09
parent 11: 442cc8137a3d
branch: default
tags: tip
Styling: padding on ths as well.
Hao Lian / shadytrees
13 months ago

Changed (Δ11 bytes):

raw changeset »

chiffon/template/style.css (1 lines added, 1 lines removed)

Up to file-list chiffon/template/style.css:

@@ -84,7 +84,7 @@ th {
84
84
    background: #eee;
85
85
}
86
86
87
.table td {
87
.table td, .table th {
88
88
    padding: 0 5px;
89
89
}
90
90