Fix side by side view column headers to use normal font

I messed up the CSS class priority at some point in my recent changes
and caused this to not pick up the norm-font like we wanted it to.

Change-Id: Iccf7fdaa824d875d28603828611aafcdc09ea12b
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-02-25 12:18:25 -08:00
parent 2ba3ab4c86
commit 298f9c38ee

View File

@@ -616,7 +616,7 @@
background: white;
border-bottom: 1px solid white;
}
.fileColumnHeader {
.patchContentTable td.fileColumnHeader {
background: trimColor;
font-family: norm-font;
font-weight: bold;