From 5d5d200f9ff6a880abb78f33ec3849c0c3de6bc6 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 21 Dec 2009 15:55:30 -0800 Subject: [PATCH] Restore the CSS linker for GWT's stylesheet GWT 2.0 doesn't actually embed its default styles into the page, apparently they aren't using the CssResource code. Instead put back our gwtexpui CSS linker, which provides strong names for CSS assets in the project. Change-Id: Icb2dafd6a095b298f33772ef94d260e5900ffa22 Signed-off-by: Shawn O. Pearce --- gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml b/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml index b58f7d15a7..122c658ffd 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml @@ -18,6 +18,7 @@ +