Skip to content

Commit f9407c5

Browse files
committed
It looks like Django 1.6 finally added a span around form field help texts so take advantage of that and apply our help text style to it
- Legacy-Id: 7775
1 parent 17cf109 commit f9407c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/base2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ form table th {
177177
vertical-align: top;
178178
}
179179

180-
form table .help {
180+
form table .help, form table .helptext {
181181
font-style: italic;
182182
font-size: 11px;
183183
}

0 commit comments

Comments
 (0)