Hi there,
Hi there, I have used pyjamas with css successfully before. The secret was to change the view a bit to insert a link to the .css file.
<html>
<head>
<meta name="pygwt:module" content="{{=URL('static','output/Portal')}}" />
<link rel='stylesheet' href='{{=URL("static",
"output/yourstylesheet.css")}}'>
<title>
Activity
</title>
</head>
<body>
<script language="javascript"
src="{{=URL('static','output/bootstrap.js')}}">
</script>
</body>
</html>
Best regards, Stefaan. --

