Be more specific about which table headers to force left-justified so

header and footer elements aren't unjustifiably justified.

Submitted by:	Jason Massey
PR:		www/164454
Reviewed by:	gjb (mentor)
This commit is contained in:
Warren Block 2012-01-25 22:16:36 +00:00
parent 0c6c2527b5
commit c3ebf18dee
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38317

View file

@ -178,7 +178,7 @@ SVNREF {
a[href]:hover { background: #ffa }
}
TH {
.INFORMALTABLE, .TABLE TH {
padding-left: 02.em;
text-align: left;
}