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
2017-03-01 10:27:04 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf73a0e1d66ac0f0fb1544ed995de6f8419ddc52
cf73a0e1
1 parent
de955b64
Pas de bord visible pour les tableaux dans les formulaires (CSS).
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/webapp/minimal.css
src/main/webapp/minimal.css
View file @
cf73a0e
table
{
border-collapse
:
collapse
;
}
table
,
th
,
td
{
border-style
:
solid
;
border-width
:
1px
;
}
form
table
,
form
th
,
form
td
{
border-style
:
none
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment