Changes for page ERDivaLook

Last modified by Ravi Mendis on 2010/09/10 01:14

From version 151.1
edited by Ravi Mendis
on 2009/04/23 10:19
Change comment: There is no comment for this version
To version 153.1
edited by Ravi Mendis
on 2009/04/23 10:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -75,6 +75,8 @@
75 75  
76 76  ===== 2. Image Replacement =====
77 77  
78 +Standard CSS image replacement applies.
79 +
78 78  {{code}}
79 79  
80 80  div#a form h1.edit {
... ... @@ -84,6 +84,6 @@
84 84  
85 85  {{/code}}
86 86  
87 -Standard CSS image replacement applies.
88 -
89 -Here, the edit page banner is being set.##div#a form h1.edit## is an example of a **CSS selector**. All elements in a Diva look D2W page will begin with ##div#a##. The page title is a <h1> with a class //edit//, so the resulting CSS selector for that element would be ##h1.edit## or ##div#a form h1.edit## more specifically.
89 +Here, the edit page banner is being set.
90 +##div#a form h1.edit## is an example of a **CSS selector**. All elements in a Diva look D2W page will begin with ##div#a##.
91 +The page title is a <h1> with a class //edit//, so the resulting CSS selector for that element would be ##h1.edit## or ##div#a form h1.edit## more specifically.