Vojtech Szocs has uploaded a new change for review. Change subject: webadmin,userportal: Fix invalid CSS comment ......................................................................
webadmin,userportal: Fix invalid CSS comment CSS comments should follow /* Comment */ syntax. Even though GWT compliation passes with HTML-like comments in CSS, we should use proper comment syntax. Change-Id: I6bba8093c8f924f4ad9a3b341bebc3ffcf94882c Signed-off-by: Vojtech Szocs <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/26/11626/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml index 40e4159..7b769ea 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml @@ -110,7 +110,7 @@ width: 100%; } -<!-- DisclosurePanel header section --> + /* DisclosurePanel header section */ .panelStyle a[class=header] { font-weight: bold; } -- To view, visit http://gerrit.ovirt.org/11626 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6bba8093c8f924f4ad9a3b341bebc3ffcf94882c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
