4fc10f8d260d0f77816cbadd6f64541b49bb272b
mspeir
  Mon Jan 27 09:49:27 2025 -0800
adding images for new tutorial and tweaking makefile and lua file to including different bootstrap css file, refs #30335

diff --git src/hg/htdocs/style/makefile src/hg/htdocs/style/makefile
index 8ee09a996ec..d8c7ca2a935 100644
--- src/hg/htdocs/style/makefile
+++ src/hg/htdocs/style/makefile
@@ -11,31 +11,32 @@
        FIND = find
     endif
 endif
 
 CSS_FILES=HGStyle.css assemblySearch.css autocomplete.css blueStyle.css \
     encodeProject.css facets.css floretStyle.css gar.css \
     hgHubConnect.css hgMyData.css jquery-ui.css jquery.contextmenu.css \
     jquery.ui.autocomplete.css jquery.ui.colorPicker.css \
     jquery.treetable.css jquery.treetable.theme.default.css  \
     jWest.css jWest.afterNiceMenu.css mouseOver.css \
     theme-modern.css ui.dropdownchecklist.css nice_menu.css \
     encodeDataMatrix.css encodeDataSummary.css userAccounts.css \
     encode3.css encode3Ucsc.css bootstrap.min.css \
     gbStatic.css gb.css gbAfterMenu.css hgGtexTrackSettings.css \
     spectrum.min.css font-awesome.min.css \
-    theme-classic.css theme-dark.css theme-modern.css
+    theme-classic.css theme-dark.css theme-modern.css \
+    bootstrap-3-3-7.min.css
 
 user:
 	if test -d ${DOCUMENTROOT}-${USER}; then \
 	    ${MAKE} doInstall DEST=${DOCUMENTROOT}-${USER}/style; \
 	fi
 
 alpha:
 	${GITUP}
 	${MAKE} doInstall DEST=${DOCUMENTROOT}/style
 
 beta:
 	${GITUP} 
 	${MAKE} doInstall DEST=${DOCUMENTROOT}-beta/style extra=-forceVersionNumbers
 
 clean: