-
Bug
-
Resolution: Done
-
Major
-
2.0.1
-
None
1. Create Css file with:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #93B629;
}
Create JSFKickStart
Open inputUserName.jsp
Add <link href="/pages/cssfile.css" rel="stylesheet" type="text/css"/>
Look at screenshot. The result will be different on Visual and Preview tabs.
2. JSFwithFacelets KickStart project
Open common.xhtml template
Add to <style type="text/css">
body
The result will be different on Visual and Preview tabs.