Changeset fbab111 in github
- Timestamp:
- Oct 28, 2009 12:51:05 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 87c7690
- Parents:
- 9d25cde
- Location:
- plugins/help
- Files:
-
- 2 edited
-
content/about.html (modified) (2 diffs)
-
skins/default/help.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/help/content/about.html
r564a2ba rfbab111 1 1 <div id="helpabout"> 2 <h3 align="center">Copyright © 2005-2009, RoundCube Dev. - Switzerland</h3>2 <h3 align="center">Copyright © 2005-2009, The Roundcube Dev Team</h3> 3 3 4 4 <p>This program is free software; you can redistribute it and/or modify … … 34 34 <b>Fourat Zouari (fourat.zouari)</b><br /> 35 35 <b>Aleksander Machniak (alec)</b> 36 37 <p><br/>Website: <a href="http://roundcube.net">roundcube.net</a></p> 36 38 </div> 37 39 </div> -
plugins/help/skins/default/help.css
r564a2ba rfbab111 23 23 #helplicense, #helpabout 24 24 { 25 padding: 20px; 25 width: 46em; 26 padding: 1em 2em; 26 27 } 28 29 #helplicense a, #helpabout a 30 { 31 color: #900; 32 } 33 34 #helpabout 35 { 36 margin: 0 auto; 37 } 38
Note: See TracChangeset
for help on using the changeset viewer.
