Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: fluido-1.1
-
Fix Version/s: fluido-1.2.2
-
Component/s: Fluido Skin
-
Labels:None
-
Number of attachments :
Description
Left alignment may look OK for badge-like logos like <http://maven.apache.org/skins/maven-fluido-skin/images/logos/maven-feather.png>, but is quite ugly for other types of logo.
Hello, in order to center align the powered-by logos, you can create a custom site.css in src/resources/css/site.css. Inside this file, put the following CSS:
#poweredBy
{ text-align: center; }It will align the powered-by logos, without the need to change the skin's code
Hope that helps.