diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 4a9b9cd6c..503c30108 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -2,6 +2,7 @@ - fixed #12030: Calendar Feed Time Zone Issue - fixed: Permission on who can create a shortcut of an Asset. - fixed #12032: deleting forum posts + - fixed: Underground label style forces radio buttons and check boxes to render vertically. 7.10.8 - rfe #12016 for the top story as well diff --git a/docs/templates.txt b/docs/templates.txt index 9830f8fd9..eae7f3d24 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1,6 +1,11 @@ This is a running list of template changes made during upgrades. If you have copied the default templates, you will need to apply these changes manually to your copies. +7.10.9 + + * Underground style template CSS - style-underground/css/underground-webgui-css + Make labels render inline. + 7.10.8 * Friend Manager view template - root/import/account/friendmanager/view diff --git a/docs/upgrades/packages-7.10.9/style-underground.wgpkg b/docs/upgrades/packages-7.10.9/style-underground.wgpkg new file mode 100644 index 000000000..360a9c821 Binary files /dev/null and b/docs/upgrades/packages-7.10.9/style-underground.wgpkg differ