[ 
https://issues.apache.org/jira/browse/MSKINS-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897639#comment-17897639
 ] 

Konrad Windszus commented on MSKINS-230:
----------------------------------------

This is fine for me but requires some adaptations at least on 
https://github.com/apache/maven-doxia/blob/d357e9a8ec5b4ef784d5fa381dac6dcb36d0684a/doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownSink.java#L669C21-L669C35
 which assumes LEFT alignment being the default.

> Text in <th>/<td> ignore default alignment
> ------------------------------------------
>
>                 Key: MSKINS-230
>                 URL: https://issues.apache.org/jira/browse/MSKINS-230
>             Project: Maven Skins
>          Issue Type: Bug
>          Components: Fluido Skin
>    Affects Versions: fluido-2.0.0-M6
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: fluido-2.0.0-M7, fluido-1.12.0, fluido-2.0.0
>
>
> Table (header) cells lose default alignment because Bootstrap by default 
> enforces:
> {noformat}
> .table th,
> .table td {
>   padding: 8px;
>   line-height: 20px;
>   text-align: left;
>   vertical-align: top;
>   border-top: 1px solid #dddddd;
> } {noformat}
> We need to revert it and not enfore any alignment otherwise {{<th>}} elements 
> aren't centered anymore.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to