--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/beb156f3-7360-4124-b88b-c567988edd30%40apereo.org.
just add your own css :
<link rel='stylesheet' th:href="@{/webjars/bootstrap/3.3.6/css/bootstrap.min.css}" />
<link rel="stylesheet" th:href="@{/css/myown.bootstrap.css}"/>
2018-04-18 20:29 GMT-03:00 Teddy Brown <te...@teddybrown.ca>:
Hi,I'm trying to add the Bootstrap theme to my CAS template, but the syntax here in Thymeleaf confuses me a bit. Where are these references set?I was able to find Bootstrap which appears to be from webjars, in target/cas/WEB-INF/lib/bootstrap-3.3.7-1.jar<link rel="stylesheet" th:href="@{#{webjars.fontawesomemin.css}}"/><link type="text/css" rel="stylesheet" th:href="@{#{webjars.bootstrapmin.css}}"/>I've looked at Webjars and Thymeleaf documentation and the only references I can find to bootstrap include it more directly.Seems to be #{webjars.bootstrapmin.css} is referring to a property message somewhere, but I don't know where this is referenced.Am I going nuts?
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.