diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-02-18 15:25:54 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-02-18 15:25:54 +0100 |
| commit | fd896111e5d045dccc3b6568229b3b9191a2b921 (patch) | |
| tree | f983f388cd656901487545a410d38de9fe2bf0a8 /public/assets/css | |
| parent | a9912ed17a64f953ed4bccc691dc3d0f3a96a1bd (diff) | |
image css
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/bucky.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 8b4078e..52179f7 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -201,10 +201,16 @@ table, tr { width: 100%; height: 100%; } -#hoots td:nth-child(2){ +#hoots td:nth-child(2) { text-align: left; padding: 5px; } +#hoots td:nth-child(2).image { + padding: 0; +} +#hoots img { + max-width: 100%; +} #hoots tr:nth-child(odd) td:nth-child(2) { background-color: #f3f1f2; } #hoots tr:nth-child(even) td:nth-child(2) { background-color: #e3e8e3; } |
