Skip to content

Commit

Permalink
copy/paste cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Mar 21, 2014
1 parent 2c3c0ad commit 806d0ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
propertyName="./image/fileReference">
<parameters
jcr:primaryType="nt:unstructured"
sling:resourceType="foundation/components/textimage">
sling:resourceType="acs-commons/components/content/generic-text-image">
<image
jcr:primaryType="nt:unstructured"
sling:resourceType="foundation/components/image"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
* limitations under the License.
* #L%
*/
div.generic-text-image div.image {
div.generic-text-image div.image {
float: left;
margin: 0 8px 8px 0;
}
div.generic-text-image.image_left div.image {
margin: 0 0.5em 0.5em 0;
}

div.generic-text-image.image_right div.image {
float: right !important;
margin: 0 0 8px 8px !important;
float: right;
margin: 0 0 0.5em 0.5em;
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:TabPanel"
activeTab="0"
activeTab="{Long}0"
xtype="tabpanel">
<items jcr:primaryType="cq:WidgetCollection">
<tab1
Expand Down

0 comments on commit 806d0ef

Please sign in to comment.