Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/html/custom_styles.css_hydra
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ h2, h3 {
}

/* increase dashboard logo size and center */
.py-2 {
img.py-2 {
height: 5rem;
margin-left: 16.6%;
}
2 changes: 1 addition & 1 deletion files/html/custom_styles.css_sofia
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ h2, h3 {
}

/* increase dashboard logo size and center */
.py-2 {
img.py-2 {
height: 5rem;
margin-left: 16.6%;
}
Expand Down
4 changes: 3 additions & 1 deletion ondemand-vub.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install -Dpm644 %{_datadir}/ondemand-vub/%1/ondemand.d/general_options.yml %{_sy

Summary: Scripts, customizations and tools for Open OnDemand
Name: ondemand-vub
Version: 2.50
Version: 2.51
Release: 1
BuildArch: noarch
License: GPL
Expand Down Expand Up @@ -104,6 +104,8 @@ chmod 0000 %{_localstatedir}/www/ood/apps/sys/abaqus

%changelog
* Mon Jul 06 2026 Jarne Renders <jarne.thijs.renders@vub.be>
- Restrict py-2 style override to img tags
* Mon Jul 06 2026 Jarne Renders <jarne.thijs.renders@vub.be>
- Add D parameter to install for when directory does not exist
* Wed Jul 01 2026 Jarne Renders <jarne.thijs.renders@vub.be>
- Add fallback for missing site wallpaper
Expand Down
Loading