Changeset 4613
- Timestamp:
- 02/18/08 09:41:35 (10 months ago)
- Files:
-
- trunk/nuxleus/Web/4lessig.org/css/base.css (modified) (3 diffs)
- trunk/nuxleus/Web/4lessig.org/index.page (modified) (1 diff)
- trunk/nuxleus/Web/4lessig.org/page/output/body/base.xml (modified) (1 diff)
- trunk/nuxleus/Web/4lessig.org/page/view/form/add-support.xml (added)
- trunk/nuxleus/Web/4lessig.org/page/view/module/header/base.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nuxleus/Web/4lessig.org/css/base.css
r4606 r4613 6 6 font-size: small; 7 7 font-family: Georgia, Verdana, Geneva, Arial, sans-serif; 8 } 9 h1 { 10 color:#990000; 11 font-size:32pt; 8 12 } 9 13 img { … … 92 96 margin-left: auto; 93 97 width:1024px; 94 height: 100%;98 height:300px; 95 99 } 96 100 #4lessig { … … 110 114 background:#4371A3; 111 115 } 116 #pledgeSupport { 117 width:700px; 118 margin:0 auto; 119 text-align:center; 120 margin-top:80px; 121 z-index:100; 122 } 123 #pledgeSupportTable{ 124 width:768px; 125 margin:0 auto; 126 text-align:center; 127 } 128 #name{ 129 width:300px; 130 } trunk/nuxleus/Web/4lessig.org/index.page
r4606 r4613 17 17 <page:output> 18 18 <page:head src="/page/output/head/base.xml" /> 19 <page:body src="/page/output/body/base.xml" /> 19 <page:body src="/page/output/body/base.xml" /> 20 20 </page:output> 21 21 </my:page> trunk/nuxleus/Web/4lessig.org/page/output/body/base.xml
r4611 r4613 7 7 <view:container> 8 8 <view:module id="header" src="/page/view/module/header/base.xml"/> 9 <view:module id="body" src="/page/view/ module/content/base.xml"/>9 <view:module id="body" src="/page/view/form/add-support.xml"/> 10 10 </view:container> 11 11 </view:module> trunk/nuxleus/Web/4lessig.org/page/view/module/header/base.xml
r4610 r4613 17 17 <img src="images/4lessig_03.png" width="1024" height="48" alt="" /> 18 18 </div> 19 <div id="id4lessig-04">20 <img src="images/4lessig_04.png" width="1024" height="484" alt="" />21 </div>22 19 </div> 23 20 </div>
