diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/local.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/css/local.css b/css/local.css index a0b99951..2d557249 100755 --- a/css/local.css +++ b/css/local.css @@ -9,10 +9,18 @@ .urlwordbreakall { word-break: break-all; } + +/* +.half-width-img have to table cols at 50% each and fit image in col +*/ table.half-width-img th { width: 50%; } -table.half-width-img img { +/* +.img-fill-container scale an image to fit container in x axis +*/ +table.half-width-img img, +.img-fill-container { width: 100%; height: auto; } |