Changeset 1388
- Timestamp:
- 12/06/07 12:50:14 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/template/templates/Default_Template/css
r1276 r1388 711 711 margin:0; 712 712 } 713 714 #confirm-form { 715 width: 70%; 716 margin: 30px auto; 717 text-align: center; 718 font-size: 1.2em; 719 border: 1px #eee solid; 720 background: #f8f8f8; 721 } 722 723 #confirm-form h3 { 724 font-size: 1.2em; 725 padding: 10px; 726 padding-top: 20px; 727 } devel/mod/template/templates/Default_Template/frontpage_loggedin
r1343 r1388 12 12 <a href="{{url}}{{username}}">View your profile</a>! Your portfolio is the main way people find out about you. You can edit your details and choose exactly what you want to share with whom. 13 13 </p> 14 <p>Navigate: {{page:Main}} | {{page:About}}</p>devel/mod/template/templates/Default_Template/frontpage_loggedout
r1343 r1388 12 12 If you like what you see, why not <a href="{{url}}mod/invite/register.php">register for an account</a>? 13 13 </p> 14 <p>Navigate: {{page:Main}} | {{page:About}}</p>
