Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2016-11-10 10:54:42 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
334405fdfb0148b552a59e8d6c5803e6b2cc88c0
334405fd
1 parent
80c00dc1
Création de CSS minimale pour les tables
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
View file @
334405f
...
...
@@ -9,6 +9,17 @@
<f:viewParam
name=
"publisherId"
value=
"#{listPublisherVersionsView.publisherId}"
/>
<f:viewAction
action=
"#{listPublisherVersionsView.setView}"
/>
</f:metadata>
<head>
<style
type=
"text/css"
>
table
{
border-collapse
:
collapse
;
}
table
,
th
,
td
{
border-style
:
solid
;
border-width
:
1px
;
}
</style>
</head>
<body>
<ul>
<li>
...
...
Please
register
or
login
to post a comment