Changeset fbab111 in github


Ignore:
Timestamp:
Oct 28, 2009 12:51:05 PM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
87c7690
Parents:
9d25cde
Message:

Improve styling of help contents + little text changes

Location:
plugins/help
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/help/content/about.html

    r564a2ba rfbab111  
    11<div id="helpabout"> 
    2 <h3 align="center">Copyright &copy; 2005-2009, RoundCube Dev. - Switzerland</h3> 
     2<h3 align="center">Copyright &copy; 2005-2009, The Roundcube Dev Team</h3> 
    33 
    44<p>This program is free software; you can redistribute it and/or modify 
     
    3434<b>Fourat Zouari (fourat.zouari)</b><br /> 
    3535<b>Aleksander Machniak (alec)</b> 
     36 
     37<p><br/>Website: <a href="http://roundcube.net">roundcube.net</a></p> 
    3638</div> 
    3739</div> 
  • plugins/help/skins/default/help.css

    r564a2ba rfbab111  
    2323#helplicense, #helpabout 
    2424{ 
    25   padding: 20px; 
     25  width: 46em; 
     26  padding: 1em 2em; 
    2627} 
     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.