diff --git a/assets/themes/twitter/css/style.css b/assets/themes/twitter/css/style.css index 33ebfe0..08015da 100644 --- a/assets/themes/twitter/css/style.css +++ b/assets/themes/twitter/css/style.css @@ -66,5 +66,11 @@ /* TODO: Move into custom style sheet */ td, th { - border: 1px solid lightgray; -} \ No newline at end of file + border: 1px solid lightgray; + padding: 3px; +} +.content table, .content img { + margin: 5px; + margin-left: auto; + margin-right: auto; +}