Skip to content
Snippets Groups Projects

make sad bucky img absolute so it always shows up even when the 40[3|4] page(s) …

Merged Tim Levett requested to merge fix-url-for-sad-bucky into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,7 +27,7 @@
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
<div class="mdl-cell mdl-cell--8-col mdl-cell--10-col-phone">
<img src="bucky-sad.png" alt="sad bucky" class="img__bucky-sad" id="img__bucky-sad">
<img src="/bucky-sad.png" alt="sad bucky" class="img__bucky-sad" id="img__bucky-sad">
<h1 class="mr-title">Sorry, you're not authorized to access this page.</h1>
<p class="centered">If you're here by accident, head back to your MyUW <a href='/web'>homepage</a>.</p>
<p class="centered">For help with authorization, contact the DoIT <a href="https://kb.wisc.edu/helpdesk/"></a>Help Desk</a>.</p>
Loading