diff options
| author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-20 10:36:49 +0200 |
|---|---|---|
| committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-20 10:36:49 +0200 |
| commit | 1ef55833399d4a95560153f0d280f2efd77af2e2 (patch) | |
| tree | f0cfa5d6c3e5b4b323f620cfce06f0d242ba05ee /www/html/style.css | |
| parent | 97534c703f09de65c7cab6ae63aa31822da38de2 (diff) | |
| download | ATS-1ef55833399d4a95560153f0d280f2efd77af2e2.tar.gz ATS-1ef55833399d4a95560153f0d280f2efd77af2e2.tar.bz2 ATS-1ef55833399d4a95560153f0d280f2efd77af2e2.zip | |
espacement tableau
Diffstat (limited to '')
| -rwxr-xr-x | www/html/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/html/style.css b/www/html/style.css index d0d0de1..ae32cf5 100755 --- a/www/html/style.css +++ b/www/html/style.css @@ -80,3 +80,11 @@ th{ background-color:#D42471; color:#000000; } + +.inlineTable{ + display: inline-table; +} + +.floatTable{ + float: left; +} |
