commit | 298f9c38eeff8399fad62bbd78823f55a8ee6f09 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Feb 25 12:18:25 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Thu Feb 25 12:18:25 2010 -0800 |
tree | 9a3a659982d9859e3b854664c59706a8ff43ca0d | |
parent | 2ba3ab4c86105b1f355813ce62f67b8908121876 [diff] |
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>
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css b/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css index 4c5729d..5b35b65 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/gerrit.css
@@ -616,7 +616,7 @@ background: white; border-bottom: 1px solid white; } -.fileColumnHeader { +.patchContentTable td.fileColumnHeader { background: trimColor; font-family: norm-font; font-weight: bold;