forked from stephanrauh/BootsFaces-Examples
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
stephanrauh
committed
Mar 10, 2015
1 parent
f3d35d9
commit 3b54a9a
Showing
4 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,30 @@ | ||
<ui:fragment xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://java.sun.com/jsf/html" | ||
xmlns:ui="http://java.sun.com/jsf/facelets" | ||
xmlns:b="http://bootsfaces.net/ui" | ||
xmlns:f="http://java.sun.com/jsf/core"> | ||
<ui:fragment xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" | ||
xmlns:b="http://bootsfaces.net/ui" xmlns:f="http://java.sun.com/jsf/core"> | ||
|
||
<b:row> | ||
<b:column col-md="8"> | ||
<b:panel look="primary" title="b:column col-md='8'"> | ||
Eight columns on medium screens.<br /> Stacked on screens smaller than 992 pixels width. | ||
<br /> | ||
<b:column span="8"> | ||
<b:panel look="primary" title="b:column span='8'"> | ||
Eight columns on medium screens (e.g. small desktop and notebook screens).<br /> Stacked on screens smaller than 992 pixels width. | ||
<br /> | ||
<br /> | ||
</b:panel> | ||
</b:column> | ||
<b:column col-md="4"> | ||
<b:panel look="primary" title="b:column col-md='4'"> | ||
Four columns on medium screens. Stacked on screens smaller than 992 pixels width. | ||
</b:panel> | ||
<b:column span="4"> | ||
<b:panel look="primary" title="b:column span='4'"> | ||
Four columns on medium screens (e.g. small desktop and notebook screens). Stacked on screens smaller than 992 pixels width. | ||
</b:panel> | ||
</b:column> | ||
</b:row> | ||
<b:row> | ||
<b:column col-md="4"> | ||
<b:panel look="primary" title="b:column col-md='4'"> | ||
Four columns on medium screens. Stacked on screens smaller than 992 pixels width. | ||
</b:panel> | ||
<b:column span="4"> | ||
<b:panel look="primary" title="b:column span='4'"> | ||
Four columns on medium screens (e.g. small desktop and notebook screens). Stacked on screens smaller than 992 pixels width. | ||
</b:panel> | ||
</b:column> | ||
<b:column col-md="8"> | ||
<b:panel look="primary" title="b:column col-md='8'"> | ||
Eight columns on medium screens. Stacked on screens smaller than 992 pixels width. | ||
</b:panel> | ||
<b:column span="8"> | ||
<b:panel look="primary" title="b:column span='8'"> | ||
Eight columns on medium screens (e.g. small desktop and notebook screens). Stacked on screens smaller than 992 pixels width. | ||
</b:panel> | ||
</b:column> | ||
</b:row> | ||
</ui:fragment> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters